@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.esm.js
CHANGED
@@ -23921,7 +23921,7 @@ function _sendAsync() {
|
|
23921
23921
|
throw _context4.t0;
|
23922
23922
|
|
23923
23923
|
case 13:
|
23924
|
-
if (!(message.indexOf('429')
|
23924
|
+
if (!(message.indexOf('429') === -1)) {
|
23925
23925
|
_context4.next = 22;
|
23926
23926
|
break;
|
23927
23927
|
}
|