Update email_notification.ts

This commit is contained in:
Nicolas 2024-12-08 22:24:16 -03:00
parent 4d287bb77f
commit f007f2439e

View File

@ -155,6 +155,7 @@ export async function sendNotificationInternal(
team_id: team_id,
notification_type: notificationType,
sent_date: new Date().toISOString(),
timestamp: new Date().toISOString(),
},
]);