fix(bch-js): Bumping to v4.20.7

This commit is contained in:
Chris Troutner
2021-08-09 10:44:43 -07:00
parent 4aa7cad552
commit 6e72879103
3 changed files with 15730 additions and 274 deletions
+5
View File
@@ -175,6 +175,11 @@ class RouteUtils {
msg: '429 Too Many Requests',
status: 429
}
} else if (err.error.includes('Network error:')) {
return {
msg: err.error,
status: 503
}
}
}