fix(basic.gblib): FUNCTION GPT.

This commit is contained in:
Rodrigo Rodriguez 2024-03-06 16:22:26 -03:00
parent fd7d4438cc
commit 8736265665

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;
}