mirror of https://gitee.com/bigwinds/arangodb
Consistency with args
This commit is contained in:
parent
2dcadc06ea
commit
ef88a9d6eb
|
@ -67,7 +67,7 @@ module.exports = function sessionMiddleware(cfg) {
|
|||
return {
|
||||
config: {
|
||||
storage: storage,
|
||||
transports: transports
|
||||
transport: transports
|
||||
},
|
||||
register() {
|
||||
return function (req, res, next) {
|
||||
|
|
Loading…
Reference in New Issue