Skip to content

Commit

Permalink
refactor: remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
hurali97 committed Mar 12, 2024
1 parent 560f36c commit 73a1e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/OnyxCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class OnyxCache {
const storageKeys = this.getAllKeys();
const mergedKeys = Object.keys(data);
this.storageKeys = new Set([...storageKeys, ...mergedKeys]);

mergedKeys.forEach((key) => this.addToAccessedKeys(key));
}

Expand Down

0 comments on commit 73a1e82

Please sign in to comment.