Skip to content

Commit 846c650

Browse files
committed
Test change 3
1 parent da4f0be commit 846c650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Onyx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function init({
7272

7373
OnyxUtils.initStoreValues(keys, initialKeyStates, evictableKeys);
7474

75-
// Initialize all of our keys with data provided then give green light to any pending connections..
75+
// Initialize all of our keys with data provided then give green light to any pending connections...
7676
Promise.all([cache.addEvictableKeysToRecentlyAccessedList(OnyxUtils.isCollectionKey, OnyxUtils.getAllKeys), OnyxUtils.initializeWithDefaultKeyStates()]).then(
7777
OnyxUtils.getDeferredInitTask().resolve,
7878
);

0 commit comments

Comments
 (0)