This commit is contained in:
Milo Schwartz 2024-10-06 09:55:45 -04:00
parent 86e66f4236
commit 282203d9f2
No known key found for this signature in database
20 changed files with 697 additions and 15634 deletions

View file

@ -36,6 +36,7 @@ export async function logout(
status: HttpCode.OK,
});
} catch (error) {
logger.error("Failed to log out", error);
return next(
createHttpError(
HttpCode.INTERNAL_SERVER_ERROR,