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

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

View file

@ -63,7 +63,7 @@ export class GBImporter {
}
const instance = await this.core.loadInstance(botId);
if (instance != null || instance.botId === null) {
if (instance != null && instance.botId === null) {
console.log(`Null BotId after load instance with botId: ${botId}.`);
}