Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
fix(cache): pass uid/gid/Promise through to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 25, 2017
1 parent 022b865 commit a847c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function initializeCache (opts) {
Cache = require('./cache')
}

opts.cacheManager = new Cache(opts.cacheManager)
opts.cacheManager = new Cache(opts.cacheManager, opts)
}

opts.cache = opts.cache || 'default'
Expand Down

0 comments on commit a847c92

Please sign in to comment.