Revert "fix Client.destroy bugs" (#839)

This commit is contained in:
Amish Shah
2016-10-26 17:30:18 +01:00
committed by GitHub
parent 18e9850e1e
commit 7d04863b66
4 changed files with 20 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ class RESTMethods {
}
logout() {
return this.rest.makeRequest('post', Constants.Endpoints.logout, true, {});
return this.rest.makeRequest('post', Constants.Endpoints.logout, true);
}
getGateway() {