fix(general): tslint being applied in all sources. #90
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export class GBImporter {
|
|||
botId = packageJson.botId;
|
||||
}
|
||||
const instance = await this.core.loadInstance(botId);
|
||||
if (instance !== undefined) {
|
||||
if (instance !== null) {
|
||||
return instance;
|
||||
} else {
|
||||
return await this.createInstanceInternal(botId, localPath, packageJson);
|
||||
|
|
Loading…
Add table
Reference in a new issue