Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer-1478 committed Apr 3, 2022
1 parent f6c5339 commit 9f3317b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ app.use(session({
resave: true,
saveUninitialized: true,
sameSite: 'none',
secure: true,
overwrite: true,
maxAge: 1000 * 60 * 60 * 24 * 7
}));
Expand Down

0 comments on commit 9f3317b

Please sign in to comment.