Skip to content

Commit

Permalink
Update context.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan authored Sep 20, 2018
1 parent 675f9b1 commit 00e9ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class ContextSession {
const externalKey = this.externalKey;

if (externalKey) await this.store.destroy(externalKey);
ctx.cookies.set(key, '', {maxAge: -1});
ctx.cookies.set(key, '', { maxAge: -1 });
}

/**
Expand Down

0 comments on commit 00e9ec0

Please sign in to comment.