refactor: update

This commit is contained in:
Mauricio Siu 2024-10-05 22:18:33 -06:00
parent 7907e33431
commit 7cfbea3f60

View File

@ -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");