From fac7d762aa5a1bc03f9b15cf3e770a55a7063211 Mon Sep 17 00:00:00 2001 From: kittapath Date: Fri, 11 Oct 2024 10:17:44 +0700 Subject: [PATCH] no message --- src/controllers/WorkflowController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);