Use string service for success.

This commit is contained in:
Owaise Imdad
2025-05-06 00:27:27 +05:30
parent 6d4b3f5174
commit 6268917abe

View File

@@ -673,7 +673,7 @@ class MonitorController {
}
return res.success({
msg: "Test email sent successfully.",
msg: this.stringService.sendTestEmail,
data: { messageId },
});
} catch (error) {