mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-08 18:59:43 -06:00
Use string service for success.
This commit is contained in:
@@ -673,7 +673,7 @@ class MonitorController {
|
||||
}
|
||||
|
||||
return res.success({
|
||||
msg: "Test email sent successfully.",
|
||||
msg: this.stringService.sendTestEmail,
|
||||
data: { messageId },
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user