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

Commit

Permalink
fix(): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed Apr 23, 2018
1 parent f083db6 commit 3c6da2a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 62 deletions.
9 changes: 1 addition & 8 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -6890,7 +6890,7 @@ angular.module("ovh-api-services").service("OvhApiMeDebtAccountDebtV6", ["$resou
"X-Ovh-Batch": ","
},
cache: queryCache
},
}
});

debtResource.resetCache = function () {
Expand Down Expand Up @@ -6928,13 +6928,6 @@ angular.module("ovh-api-services").service("OvhApiMeDebtAccountDebtOperationV6",
var cache = $cacheFactory("OvhApiMeDebtAccountDebtOperationV6");
var queryCache = $cacheFactory("OvhApiMeDebtAccountDebtOperationQueryV6");

var interceptor = {
response: function (response) {
cache.remove(response.config.url);
return response;
}
};

var operationResource = $resource("/me/debtAccount/debt/:debtId/operation/:operationId", {
debtId: "@debtId",
operationId: "@operationId"
Expand Down
Loading

0 comments on commit 3c6da2a

Please sign in to comment.