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

Commit

Permalink
fix(kube.publiccloud.project): remove isArray (#163)
Browse files Browse the repository at this point in the history
`/kube/{serviceName}/publiccloud/project` no more return an array
that's why the isArray has been removed.

ref: MBP-447
  • Loading branch information
antleblanc authored May 14, 2019
1 parent e8255be commit c2a4c07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -9142,7 +9142,7 @@ angular.module("ovh-api-services").service("OvhApiKubePublicCloudProjectV6", ["$
var projectResource = $resource("/kube/:serviceName/publiccloud/project", {
serviceName: "@serviceName"
}, {
query: { method: "GET", isArray: true, cache: queryCache }
query: { method: "GET", cache: queryCache }
});

projectResource.resetQueryCache = function () {
Expand Down
Loading

0 comments on commit c2a4c07

Please sign in to comment.