mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix lint
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
5f843259dd
commit
3845c7bc67
@ -8,7 +8,7 @@ import { kubeApiInjectionToken } from "../kube-api/kube-api-injection-token";
|
|||||||
|
|
||||||
const ingressClassApiInjectable = getInjectable({
|
const ingressClassApiInjectable = getInjectable({
|
||||||
id: "ingress-class-api",
|
id: "ingress-class-api",
|
||||||
instantiate: (di) => {
|
instantiate: () => {
|
||||||
return new IngressClassApi();
|
return new IngressClassApi();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user