mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix removeExtensionHandlers
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
27d0bd721c
commit
c0ef478e20
@ -202,7 +202,7 @@ export class LensProtocolRouter extends Singleton {
|
||||
}
|
||||
|
||||
public removeExtensionHandlers(id: ExtensionId): void {
|
||||
this.extentionRoutes.get(id)?.clear();
|
||||
this.extentionRoutes.delete(id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user