From bae3d86f2f2dcfba074793bda539529a9587a48a Mon Sep 17 00:00:00 2001 From: adriano Date: Mon, 21 Aug 2023 16:02:47 -0300 Subject: [PATCH] ajustes para fila do bot nao interferir na mensagens de fora do expediente --- backend/src/helpers/BotIsOnQueue.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {