Fix tslint errors
This commit is contained in:
parent
7f4529ce93
commit
1ae84afb12
2 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ export const AuthStore: Module<AuthState, RootState> = {
|
|||
await dispatch("setApiKey", storedKey);
|
||||
return;
|
||||
}
|
||||
} catch (e) {}
|
||||
} catch (e) {} // tslint:disable-line
|
||||
|
||||
console.log("Unable to validate key, removing from localStorage");
|
||||
console.log("Unable to validate key, removing from localStorage"); // tslint:disable-line
|
||||
localStorage.removeItem("apiKey");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue