Fix Compile Issues

This commit is contained in:
Ahmad 2025-01-26 15:49:23 -05:00
parent e55fe00bad
commit 4e1528d63f
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -1,4 +1,4 @@
import redis from './lib/redis.ts'; import redis from './lib/redis';
export default class CacheHandler { export default class CacheHandler {
constructor(options) { constructor(options) {