mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Improve naming of variable
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
e3678935bd
commit
dd11bcd67e
@ -19,7 +19,7 @@ const isAllowedResourceInjectable = getInjectable({
|
||||
},
|
||||
|
||||
lifecycle: lifecycleEnum.keyedSingleton({
|
||||
getInstanceKey: (_, resource: KubeResource) => resource,
|
||||
getInstanceKey: (di, resource: KubeResource) => resource,
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user