From b99a104924d5a7edc3c312c81cf23391da530955 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 16 Apr 2018 13:47:55 +0200 Subject: [PATCH] Add isAllResponse to request in API --- packages/aws-amplify/src/API/RestClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-amplify/src/API/RestClient.ts b/packages/aws-amplify/src/API/RestClient.ts index 385feca5378..ad58cce1841 100644 --- a/packages/aws-amplify/src/API/RestClient.ts +++ b/packages/aws-amplify/src/API/RestClient.ts @@ -107,7 +107,7 @@ export class RestClient { return acc; // tslint:disable-next-line:align }, {}); - return this._request(params); + return this._request(params, isAllResponse); } return Auth.currentCredentials()