mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Adapt to typing changes in injectable
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
71f74de570
commit
c441ad1496
@ -17,4 +17,4 @@ export const asLegacyGlobalFunctionForExtensionApi = ((
|
||||
) as unknown as (...args: any[]) => any;
|
||||
|
||||
return injected(...args);
|
||||
}) as Inject<false>;
|
||||
}) as Inject;
|
||||
|
||||
@ -43,4 +43,4 @@ export const asLegacyGlobalForExtensionApi = ((
|
||||
return propertyValue;
|
||||
},
|
||||
},
|
||||
)) as Inject<false>;
|
||||
)) as Inject;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user