fix(basic.gblib): FUNCTION GPT.
This commit is contained in:
parent
c6cd7cd5b8
commit
5cc5ba98a4
1 changed files with 1 additions and 1 deletions
|
@ -1407,7 +1407,7 @@ export class GBMinService {
|
||||||
GBLog.info(
|
GBLog.info(
|
||||||
`Auto start (whatsapp) dialog is now being called: ${startDialog} for ${min.instance.instanceId}...`
|
`Auto start (whatsapp) dialog is now being called: ${startDialog} for ${min.instance.instanceId}...`
|
||||||
);
|
);
|
||||||
await GBVMService.callVM(startDialog.toLowerCase(), min, step, user, pid);
|
await GBVMService.callVM(startDialog.toLowerCase(), min, step,pid);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue