1
0
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:
Janne Savolainen 2022-03-29 12:04:45 +03:00
parent 71f74de570
commit c441ad1496
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ export const asLegacyGlobalFunctionForExtensionApi = ((
) as unknown as (...args: any[]) => any;
return injected(...args);
}) as Inject<false>;
}) as Inject;

View File

@ -43,4 +43,4 @@ export const asLegacyGlobalForExtensionApi = ((
return propertyValue;
},
},
)) as Inject<false>;
)) as Inject;