@ethereansos/interfaces-core 0.4.140 → 0.4.141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -23933,7 +23933,7 @@ function _sendAsync() {
|
|
23933
23933
|
throw _context4.t0;
|
23934
23934
|
|
23935
23935
|
case 13:
|
23936
|
-
if (!(message.indexOf('429')
|
23936
|
+
if (!(message.indexOf('429') === -1)) {
|
23937
23937
|
_context4.next = 22;
|
23938
23938
|
break;
|
23939
23939
|
}
|