Skip to content

Commit 2a17373

Browse files
committed
Fix lint issue
1 parent 9c9979f commit 2a17373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function load(key: KEYS): any {
3939

4040
try {
4141
return validateSchema(key, JSON.parse(d));
42-
} catch (e) {
42+
} catch {
4343
return null;
4444
}
4545
}

0 commit comments

Comments
 (0)