Skip to content

Commit

Permalink
remove out-of-date eslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneezry committed May 13, 2024
1 parent e8083ae commit 78d45bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/models/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ export class BrowserStorage {
}

// TODO: promise this
// eslint-disable-next-line @typescript-eslint/no-explicit-any
static async get() {
const storageLocation = await this.getStorageLocation();
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const removeKey = function (items: { [key: string]: OTPStorage }): void {
delete items.key;
delete items.LocalStorage;
Expand Down

0 comments on commit 78d45bb

Please sign in to comment.