Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Jun 9, 2024
1 parent f4beafa commit ab7ec8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/v1/notificationsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit ab7ec8f

Please sign in to comment.