Skip to content

Commit

Permalink
fix: fixed redisStore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Sep 2, 2019
1 parent 17541a8 commit e60b6a6
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 @@ -254,7 +254,7 @@ class Web {
app.keys = this.config.sessionKeys;
app.use(
session({
store: redisStore,
store: redisStore({ client }),
key: this.config.cookiesKey,
cookie: this.config.cookies
})
Expand Down

0 comments on commit e60b6a6

Please sign in to comment.