Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jan 31, 2018
1 parent c184195 commit c6baae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ function failedDispatch<K, V>(
});
}

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

0 comments on commit c6baae4

Please sign in to comment.