7
Some checks failed
deploy / deploy (push) Failing after 35s

This commit is contained in:
Lee
2023-11-13 06:22:59 +00:00
parent bdb2ffc7ba
commit 7e730ed0c9
2 changed files with 0 additions and 8 deletions

View File

@ -2,8 +2,6 @@ import { createClient } from "redis";
let redisClient = await connectRedis();
console.log(process.env.REDIS_URL);
async function connectRedis(): Promise<any> {
// console.log("Connecting to redis");
const client = createClient({