🚨 fix all linting error

This commit is contained in:
2025-06-25 10:14:01 +07:00
parent b0cca586d1
commit 89c4fb79a7
16 changed files with 94 additions and 133 deletions

View File

@ -9,6 +9,6 @@ export const unautenticatedMiddleware = (ctx: Context) => {
if (cookie && cookie.auth_token)
return returnErrorResponse(ctx.set, 401, "You are already logged in. ");
} catch (_) {
// Pass
void _; // Pass
}
};