mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Add back keys to get Jest tests passing
This commit is contained in:
parent
6ae586ae08
commit
4292c6dd6e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export function createApp({ eventHandler, extraMiddleware, logger }: Options) {
|
|||
secret: SECRET,
|
||||
maxAge: 24 * 60 * 60 * 1000, // 24 hours
|
||||
// @ts-ignore Tests fail if this is missing, but prod is fine.
|
||||
// keys: "what",
|
||||
keys: "what",
|
||||
})
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue