Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix(support): interceptor returns data as before (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericEspiau authored and antleblanc committed Jul 29, 2019
1 parent fc3ab6a commit 63b5bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/support/support.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ angular.module("ovh-api-services").service("OvhApiSupportV6", function ($resourc
response: function (response) {
cache.removeAll();
queryCache.removeAll();
return response;
return response.data;
}
};

Expand Down

0 comments on commit 63b5bdb

Please sign in to comment.