Skip to content

Commit bb82ecc

Browse files
committed
Address comments
1 parent 8e3e906 commit bb82ecc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/OnyxCache.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,6 @@ class OnyxCache {
432432
}
433433
this.collectionData[collectionKey] = {};
434434
}
435-
436-
// Register existing storageKeys with OnyxKeys
437-
for (const key of this.storageKeys) {
438-
OnyxKeys.registerMemberKey(key);
439-
}
440435
}
441436

442437
/**

0 commit comments

Comments
 (0)