From 87a69017bcdf8b2c11cb8bfbe10a34ce709b7417 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 10 Oct 2024 20:50:21 +0700 Subject: [PATCH] no message --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 7888c0f4..dc1fd73b 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1024,7 +1024,7 @@ export class CommandController extends Controller { payload: "", //แนบไฟล์ isSendMail: true, isSendInbox: true, - receiveDate: command.commandExcecuteDate, + isSendNotification: true, }) .catch((error) => { console.error("Error calling API:", error);