mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-06 09:49:39 -06:00
add tests notification for email
This commit is contained in:
@@ -90,7 +90,7 @@ class NotificationController {
|
||||
const notification = req.body;
|
||||
|
||||
if (notification?.type === "email") {
|
||||
console.log("HANDLE EMAIL");
|
||||
const result = await this.notificationService.sendTestEmail(notification);
|
||||
return res.success({
|
||||
msg: this.stringService.emailSendSuccess,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user