fix(core.gbapp): Operator fixed.

This commit is contained in:
Rodrigo Rodriguez 2020-04-02 22:02:50 -03:00
parent b6e3611636
commit 0b55ad8b7a

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}.`);
}