diff --git a/backend/src/helpers/BotIsOnQueue.ts b/backend/src/helpers/BotIsOnQueue.ts index 4a531f9..412f8fa 100644 --- a/backend/src/helpers/BotIsOnQueue.ts +++ b/backend/src/helpers/BotIsOnQueue.ts @@ -9,8 +9,7 @@ const _botIsOnQueue = async (botName: string) => { const botInfoFile = dir.join(os.tmpdir(), `botInfo.json`); - console.log('The bot botInfoFile: ', botInfoFile) - + console.log('The bot botInfoFile: ', botInfoFile) try {