Comparing version
@@ -354,3 +354,3 @@ "use strict"; | ||
}), { | ||
when: error => error.response.statusCode === 302, | ||
when: error => error.response !== undefined && error.response.statusCode === 302, | ||
onRetry: async error => { | ||
@@ -357,0 +357,0 @@ const response = error.response; |
{ | ||
"private": false, | ||
"name": "xen-api", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"license": "ISC", | ||
@@ -6,0 +6,0 @@ "description": "Connector to the Xen API", |
Sorry, the diff of this file is not supported yet
177909
0.06%