diff --git a/src/controllers/WorkflowController.ts b/src/controllers/WorkflowController.ts index 139cc11a..45de5fa2 100644 --- a/src/controllers/WorkflowController.ts +++ b/src/controllers/WorkflowController.ts @@ -193,7 +193,7 @@ export class WorkflowController extends Controller { payload: "", //แนบไฟล์ isSendMail: true, isSendInbox: true, - receiveDate: new Date(), + isSendNotification: true, }) .catch((error) => { console.error("Error calling API:", error); @@ -210,7 +210,7 @@ export class WorkflowController extends Controller { payload: "", //แนบไฟล์ isSendMail: true, isSendInbox: true, - receiveDate: new Date(), + isSendNotification: true, }) .catch((error) => { console.error("Error calling API:", error);