feat(assist-server): fixed import
This commit is contained in:
parent
c4e4c3d2cd
commit
edafda9f97
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const {logger} = require('./logger');
|
||||
const {createClient} = require("redis");
|
||||
const crypto = require("crypto");
|
||||
import { Mutex } from 'async-mutex';
|
||||
const { Mutex } = require('async-mutex');
|
||||
|
||||
let redisClient;
|
||||
const REDIS_URL = (process.env.REDIS_URL || "localhost:6379").replace(/((^\w+:|^)\/\/|^)/, 'redis://');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue