Automated download loop #11

Open
rishighan wants to merge 17 commits from automated-download-loop into master
Showing only changes of commit a936df3144 - Show all commits

View File

@@ -1,5 +1,5 @@
import { createClient } from "redis";
console.log(`REDIS_URI: ${process.env.REDIS_URI}`);
const redisURL = process.env.REDIS_URI;
if (!redisURL) throw new Error("REDIS_URI environment variable is not set.");