From b4bc5119a1e0179bb4085477106e76ed5345daab Mon Sep 17 00:00:00 2001 From: Bakery Admin Date: Mon, 26 Jan 2026 06:52:50 +0100 Subject: [PATCH] Fix some issues 4 --- services/notification/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notification/app/main.py b/services/notification/app/main.py index be9ecc93..a27cb9e2 100644 --- a/services/notification/app/main.py +++ b/services/notification/app/main.py @@ -28,7 +28,7 @@ import asyncio class NotificationService(StandardFastAPIService): - """Notification Service with standardized setup""" + """t - Notification Service with standardized setup""" expected_migration_version = "whatsapp001"