Skip to content

Commit

Permalink
Uncomment redis import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Nov 20, 2019
1 parent 27e8333 commit 55099fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cache-provider.js
@@ -1,5 +1,5 @@
const
//redis = require('redis'),
redis = require('redis'),
Promise = require('bluebird'),
R = require('ramda'),
logger = require('./utils/logging'),
Expand Down

0 comments on commit 55099fb

Please sign in to comment.