mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
Fix logger misreference in copied-over lualoader
This commit is contained in:
parent
08a42f6739
commit
9dd0ee4446
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import fs from 'fs';
|
||||
import logger from '../logger';
|
||||
|
||||
const logger = require('@calzoneman/jsli')('redis/lualoader');
|
||||
const CACHE = {};
|
||||
const EVALSHA_CACHE = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue