no message
This commit is contained in:
parent
d10c38d1b9
commit
fac7d762aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue