Comment out keys

This commit is contained in:
Jordan Eldredge 2022-07-06 00:05:33 -04:00
parent 77683d9328
commit 82a83d356c

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