This commit is contained in:
Baobhan Sith
2025-05-16 14:12:31 +08:00
parent 162eb0cc91
commit 98600c8961
8 changed files with 46 additions and 13 deletions
@@ -216,4 +216,4 @@ export class NotificationController {
res.status(500).json({ message: i18next.t('notificationController.errorTriggerTest'), error: error.message });
}
};
} // End of class NotificationController
}