From 3d7569dccf97ffca6ee9c177e56e239a36d9501a Mon Sep 17 00:00:00 2001 From: Behzad Rabiei Date: Thu, 24 Oct 2024 15:50:51 +0400 Subject: [PATCH] bot: test the test ci --- bot/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/index.ts b/bot/src/index.ts index ad3c7855..8b6aab87 100644 --- a/bot/src/index.ts +++ b/bot/src/index.ts @@ -34,5 +34,5 @@ async function app(): Promise { } app().catch((error) => { - logger.fatal(error, 'Failed To start the application!') + logger.fatal(error, 'Failed To start the application!!') })