fix(basic.gblib): FUNCTION GPT.

This commit is contained in:
Rodrigo Rodriguez 2024-03-06 16:22:26 -03:00
parent c6cd7cd5b8
commit 5cc5ba98a4

View file

@ -1407,7 +1407,7 @@ export class GBMinService {
GBLog.info(
`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;
}