From ae4c08eff13084db1abf45629f49ae5b5e6824b1 Mon Sep 17 00:00:00 2001 From: Behzad Rabiei Date: Wed, 23 Oct 2024 17:25:37 +0400 Subject: [PATCH] test --- 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 ca7dce4c..ba13e9c2 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!!'); });