🐛 Fix linting issues (#1642)

This commit is contained in:
Luke Vella 2025-03-27 12:02:40 +00:00 committed by GitHub
parent ba84b40776
commit 6b914610d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 155 additions and 174 deletions

View file

@ -33,7 +33,7 @@ export const withAuth = (
if (session) {
isLegacySession = true;
}
} catch (e) {
} catch {
isExpiredLegacySession = true;
}
}