diff --git a/src/controllers/v1/notificationsController.ts b/src/controllers/v1/notificationsController.ts index 3fb0963..7e5e7cc 100644 --- a/src/controllers/v1/notificationsController.ts +++ b/src/controllers/v1/notificationsController.ts @@ -92,6 +92,7 @@ export class NotificationsController { await Promise.all( body.notifications.map(item => sendNotification(item, microService)), ); + return { success: true }; } catch (e) { logger.error('sendBulkNotification() error', {