1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix override

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-24 11:42:49 -05:00
parent 231ff67643
commit bed986ce94

View File

@ -9,5 +9,5 @@ import certificateAuthoritiesChannelListenerInjectable from "./channel-handler.i
export default getGlobalOverride(certificateAuthoritiesChannelListenerInjectable, () => ({ export default getGlobalOverride(certificateAuthoritiesChannelListenerInjectable, () => ({
channel: casChannel, channel: casChannel,
handler: () => () => [], handler: () => [],
})); }));