diff --git a/modules/notification/notification.controller.js b/modules/notification/notification.controller.js index bb36fe8..d93e20b 100644 --- a/modules/notification/notification.controller.js +++ b/modules/notification/notification.controller.js @@ -163,7 +163,7 @@ const extraControllers = { let saveResponseStatusPromise = (messages, tickets) => notificationDetailService.saveNotificationDetails(messages, tickets); - const notificationRecord = { + let notificationRecord = { date: body.date, title: body.title, body: body.message,