fix: some shit
This commit is contained in:
1
lib/cache/cache.ts
vendored
1
lib/cache/cache.ts
vendored
@ -6,7 +6,6 @@ import {
|
||||
RedisValue,
|
||||
} from "https://deno.land/x/redis@v0.31.0/mod.ts";
|
||||
import { createLogger } from "@lib/log.ts";
|
||||
import { getTimeCacheKey } from "@lib/string.ts";
|
||||
|
||||
const REDIS_HOST = Deno.env.get("REDIS_HOST");
|
||||
const REDIS_PASS = Deno.env.get("REDIS_PASS") || "";
|
||||
|
Reference in New Issue
Block a user