fix: node would crash if axios throw an error

This commit is contained in:
Christian Kellner
2021-11-11 15:31:53 +01:00
parent ec986e4b18
commit c97b323b35
4 changed files with 38 additions and 8 deletions

View File

@@ -32,6 +32,7 @@
"house",
"rent",
"immoscout",
"scraper",
"immonet",
"immowelt",
"immobilienscout24"
@@ -54,7 +55,8 @@
"@rematch/core": "2.1.0",
"@rematch/loading": "2.1.0",
"@sendgrid/mail": "7.4.7",
"axios": "0.22.0",
"axios": "0.24.0",
"axios-retry": "^3.2.4",
"body-parser": "1.19.0",
"cookie-session": "1.4.0",
"handlebars": "4.7.7",