We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb19a2 commit bb41ea2Copy full SHA for bb41ea2
1 file changed
lib/Onyx.ts
@@ -72,7 +72,7 @@ function init({
72
73
OnyxUtils.initStoreValues(keys, initialKeyStates, evictableKeys);
74
75
- // Initialize all of our keys with data provided then give green light to any pending connections.....
+ // Initialize all of our keys with data provided then give green light to any pending connections......
76
Promise.all([cache.addEvictableKeysToRecentlyAccessedList(OnyxUtils.isCollectionKey, OnyxUtils.getAllKeys), OnyxUtils.initializeWithDefaultKeyStates()]).then(
77
OnyxUtils.getDeferredInitTask().resolve,
78
);
0 commit comments