fix(core.gbapp): Operator fixed.
This commit is contained in:
parent
b6e3611636
commit
0b55ad8b7a
1 changed files with 1 additions and 1 deletions
|
@ -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}.`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue