fix calling runInContext
Pass namespace created in middleware to `runInContext`
This commit is contained in:
parent
268716f69e
commit
b89de83280
|
@ -55,6 +55,6 @@ function perRequestContextFactory(options) {
|
|||
ns.set('http', {req: req, res: res});
|
||||
}
|
||||
next();
|
||||
});
|
||||
}, ns);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue