We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9979f commit 2a17373Copy full SHA for 2a17373
1 file changed
src/storage.ts
@@ -39,7 +39,7 @@ export function load(key: KEYS): any {
39
40
try {
41
return validateSchema(key, JSON.parse(d));
42
- } catch (e) {
+ } catch {
43
return null;
44
}
45
0 commit comments