apollo-link-ethereum
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -202,3 +202,8 @@ (function (global, factory) { | ||
} | ||
return accumulator; | ||
if (accumulator.length) { | ||
return accumulator; | ||
} | ||
else { | ||
return null; | ||
} | ||
} | ||
@@ -205,0 +210,0 @@ |
@@ -38,4 +38,9 @@ export function promiseEntry(promise) { | ||
} | ||
return accumulator; | ||
if (accumulator.length) { | ||
return accumulator; | ||
} | ||
else { | ||
return null; | ||
} | ||
} | ||
//# sourceMappingURL=resolvePromises.js.map |
{ | ||
"name": "apollo-link-ethereum", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"main": "./dist/bundle.umd.js", | ||
@@ -34,3 +34,3 @@ "modules": "./lib/index.js", | ||
}, | ||
"gitHead": "fc855eb003b2f46e379a351eeab63f7f494b954e" | ||
"gitHead": "89ff97baad460bad3fad366c958e93a80e1dc51f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
505449
51
1180