Log time of scheduled notificaiton

This commit is contained in:
laurenspriem
2025-05-26 14:33:39 +05:30
parent a14c6f4d26
commit dcb73abdec

View File

@@ -197,7 +197,7 @@ class NotificationService {
payload: payload,
);
_logger.info(
"Scheduled notification with: $title, $message, $channelID, $channelName, $payload",
"Scheduled notification with: $title, $message, $channelID, $channelName, $payload for $dateTime",
);
} catch (e, s) {
// For now we're swallowing any exceptions here because we don't want the memories logic to get disturbed