From 7cfbea3f60ea352c241ad69e6c70eb6c2ea13dec Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:18:33 -0600 Subject: [PATCH] refactor: update --- apps/api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 82f8f0c7..9aa4fa15 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -40,7 +40,7 @@ const queue = new Queue({ (async () => { await redisClient.connect(); await redisClient.flushAll(); - logger.info("Cleaning Redis"); + logger.info("Redis Cleaned"); })(); const port = Number.parseInt(process.env.PORT || "3000");