1
0
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:
Janne Savolainen 2022-03-29 07:49:28 +03:00
parent e3678935bd
commit dd11bcd67e
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -19,7 +19,7 @@ const isAllowedResourceInjectable = getInjectable({
},
lifecycle: lifecycleEnum.keyedSingleton({
getInstanceKey: (_, resource: KubeResource) => resource,
getInstanceKey: (di, resource: KubeResource) => resource,
}),
});