We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5414a91 commit 3f5cfd7Copy full SHA for 3f5cfd7
src/express-session-etcd3.ts
@@ -87,7 +87,7 @@ export default class Etcd3Store extends Store {
87
*/
88
set = (sid: string, session: Express.SessionData, callback: (err: any) => void): void => {
89
const ttl = this.getTTL(session, sid)
90
- this.debug('SET "%s" ttl:%s %O', sid, session, ttl)
+ this.debug('SET "%s" ttl:%s %O', sid, ttl, session)
91
try {
92
this.client
93
.lease(ttl)
0 commit comments