Add back keys to get Jest tests passing

This commit is contained in:
Jordan Eldredge 2022-09-17 16:27:50 -07:00
parent 6ae586ae08
commit 4292c6dd6e

View file

@ -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",
})
);