diff --git a/src/platform/Platform.js b/src/platform/Platform.js index 303ff637..65ccf26c 100644 --- a/src/platform/Platform.js +++ b/src/platform/Platform.js @@ -569,7 +569,7 @@ Platform.prototype.sendRequest = function(request, options) { } return this.delay(retryAfter).then(function() { - return this.sendRequest(request, options); + return this.sendRequest(this._client.createRequest(options), options); }.bind(this)); }.bind(this));