Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Remove unused expression
Browse files Browse the repository at this point in the history
  • Loading branch information
lapanti committed Jun 19, 2017
1 parent b96e079 commit 87b1043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cookies.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export class CookieError extends Error {}

const year = 365;
const daysToMillis = 24 * 60 * 60 * 1000; // tslint:disable-line:no-magic-numbers

interface ICookieOptions {
Expand Down

0 comments on commit 87b1043

Please sign in to comment.