mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Fix Compile Issues
This commit is contained in:
parent
4e1528d63f
commit
80d0f53c70
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import redis from './lib/redis';
|
import redis from './lib/redis.js';
|
||||||
|
|
||||||
export default class CacheHandler {
|
export default class CacheHandler {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
|
|
Loading…
Reference in a new issue