Comparing version 1.0.31 to 1.0.32
@@ -26,3 +26,3 @@ "use strict"; | ||
for (const res of results) | ||
if (res.error) | ||
if (res && res.error) | ||
return res; | ||
@@ -29,0 +29,0 @@ return super.handle({ ...data, mid: Object.assign({}, ...results) }); |
{ | ||
"name": "bridgets", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/Lib/index.js", |
Sorry, the diff of this file is not supported yet
161707