Skip to content

Commit

Permalink
Update OnyxCache.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com>
  • Loading branch information
chrispader and mountiny authored May 30, 2024
1 parent 564868c commit 270db80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/OnyxCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ class OnyxCache {
this.nullishStorageKeys.add(key);
}

/** Used to clear keys that are null/undefined in cache
*/
/** Used to clear keys that are null/undefined in cache */
clearNullishStorageKeys(): void {
this.nullishStorageKeys = new Set();
}
Expand Down

0 comments on commit 270db80

Please sign in to comment.