fix(KBService): remove unnecessary skip variable in file processing logic
All checks were successful
GBCI / build (push) Successful in 49s
All checks were successful
GBCI / build (push) Successful in 49s
This commit is contained in:
parent
2ee0f0f7ec
commit
2f605f101c
1 changed files with 3 additions and 3 deletions
|
@ -179,9 +179,9 @@ export class MainService {
|
|||
|
||||
const webUrl = this.gboService.shareWithEmail(`${process.env.DRIVE_ORG_PREFIX}${botName}.gbai`, '/');
|
||||
|
||||
urlJoin(process.env.DRIVE_WEB, 'browser',);
|
||||
const botUrl = urlJoin(process.env.BOT_URL, botName);
|
||||
const botId = instance.botId;
|
||||
// urlJoin(process.env.DRIVE_WEB, 'browser',);
|
||||
// const botUrl = urlJoin(process.env.BOT_URL, botName);
|
||||
// const botId = instance.botId;
|
||||
|
||||
// let message = `Seu bot ${botName} está disponível no endereço:
|
||||
// <br/><a href="${urlJoin(process.env.BOT_URL, botName)}">${urlJoin(process.env.BOT_URL, botName)}</a>.
|
||||
|
|
Loading…
Add table
Reference in a new issue