From 80d0f53c70b73fc98a66794ea1f53e54423eef42 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:54:53 -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 b08a544..9e93ca1 100644 --- a/cache-handler.mjs +++ b/cache-handler.mjs @@ -1,4 +1,4 @@ -import redis from './lib/redis'; +import redis from './lib/redis.js'; export default class CacheHandler { constructor(options) {