chore(prettier): fix code style

This commit is contained in:
Panagiotis Papadopoulos 2025-01-12 13:30:02 +01:00
parent 4cd18441e4
commit ea621ef8e1

View File

@ -78,9 +78,9 @@ const { doubleCsrfProtection: csrfMiddleware } = doubleCsrf({
path: "", // empty, so cookie is valid only for the current path
secure: false,
sameSite: false,
httpOnly: false,
httpOnly: false
},
cookieName: "_csrf",
cookieName: "_csrf"
});
const MAX_ALLOWED_FILE_SIZE_MB = 250;