no message
This commit is contained in:
parent
a143bc862e
commit
9aab92ee3f
1 changed files with 2 additions and 0 deletions
|
|
@ -571,6 +571,8 @@ export async function PayloadSendNoti(commandId: string) {
|
|||
},
|
||||
relations: ["commandType"],
|
||||
});
|
||||
if (!_command || !_command.commandType)
|
||||
return "";
|
||||
const _payload = {
|
||||
name: _command && _command.commandType
|
||||
? `คำสั่ง${_command.commandType.name}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue