1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2022-12-27 13:20:51 +02:00
parent 5f843259dd
commit 3845c7bc67

View File

@ -8,7 +8,7 @@ import { kubeApiInjectionToken } from "../kube-api/kube-api-injection-token";
const ingressClassApiInjectable = getInjectable({
id: "ingress-class-api",
instantiate: (di) => {
instantiate: () => {
return new IngressClassApi();
},