mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove unnecessary '?'
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
53d2c43382
commit
320f0fc6f1
@ -103,7 +103,7 @@ export class KubeWatchApi {
|
||||
return () => this.#watch.dec(store);
|
||||
}
|
||||
|
||||
namespaces ??= this.dependencies.clusterContext?.contextNamespaces ?? [];
|
||||
namespaces ??= this.dependencies.clusterContext.contextNamespaces ?? [];
|
||||
|
||||
let childController = new WrappedAbortController(parent);
|
||||
const unsubscribe = disposer();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user