fix(core.gbapp): Trying to fix error after .gbdialog call.
This commit is contained in:
parent
5495a1a24f
commit
744577b20b
1 changed files with 0 additions and 1 deletions
|
@ -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 });
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue