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

Commit

Permalink
fix(pci.kube): return injected values
Browse files Browse the repository at this point in the history
  • Loading branch information
marie-j authored and antleblanc committed May 13, 2019
1 parent 992aa01 commit f020b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cloud/project/kube/cloud-project-kube.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ angular.module("ovh-api-services").service("OvhApiCloudProjectKube", function ($
return $injector.get("OvhApiCloudProjectKubeAapi");
},
v6: function () {
$injector.get("OvhApiCloudProjectKubeV6");
return $injector.get("OvhApiCloudProjectKubeV6");
},
Node: function () {
$injector.get("OvhApiCloudProjectKubeNode");
return $injector.get("OvhApiCloudProjectKubeNode");
}
};

Expand Down

0 comments on commit f020b61

Please sign in to comment.