fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 5cc5ba98a4 - Show all commits

View file

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