Skip to content

Commit c6baae4

Browse files
committed
Comments
1 parent c184195 commit c6baae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ function failedDispatch<K, V>(
313313
});
314314
}
315315

316+
// Private: given the DataLoader's options, produce a CacheMap to be used.
316317
function getValidCacheMap<K, V>(
317318
options: ?Options<K, V>
318319
): CacheMap<K, Promise<V>> {

0 commit comments

Comments
 (0)