From 4e1528d63f6198fe0d69a9952820b1cd9e394716 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:49:23 -0500 Subject: [PATCH] Fix Compile Issues --- cache-handler.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache-handler.mjs b/cache-handler.mjs index 76b1b07..b08a544 100644 --- a/cache-handler.mjs +++ b/cache-handler.mjs @@ -1,4 +1,4 @@ -import redis from './lib/redis.ts'; +import redis from './lib/redis'; export default class CacheHandler { constructor(options) {