From c6baae4020abf1ff03d8dcfc60c415f71c6cd08a Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Tue, 30 Jan 2018 17:18:14 -0800 Subject: [PATCH] Comments --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 4608716..3dcdc65 100644 --- a/src/index.js +++ b/src/index.js @@ -313,6 +313,7 @@ function failedDispatch( }); } +// Private: given the DataLoader's options, produce a CacheMap to be used. function getValidCacheMap( options: ?Options ): CacheMap> {