fix(core.gbapp): Trying to fix error after .gbdialog call.

This commit is contained in:
Rodrigo Rodriguez 2020-11-09 20:25:42 -03:00
parent 5495a1a24f
commit 744577b20b

View file

@ -392,7 +392,6 @@ export class GBVMService extends GBService {
} }
} else { } else {
GBLog.warn(`BASIC callback dialog called with no map for cbId: ${cbId}`); GBLog.warn(`BASIC callback dialog called with no map for cbId: ${cbId}`);
await step.replaceDialog('/ask', { isReturning: true });
} }
} }
]) ])