mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-08 05:31:51 +02:00
🐛 Fix linting issues (#1642)
This commit is contained in:
parent
ba84b40776
commit
6b914610d9
18 changed files with 155 additions and 174 deletions
|
@ -33,7 +33,7 @@ export const withAuth = (
|
|||
if (session) {
|
||||
isLegacySession = true;
|
||||
}
|
||||
} catch (e) {
|
||||
} catch {
|
||||
isExpiredLegacySession = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue