Skip to content

Commit 9eff3ef

Browse files
committed
refactor(extensions): use the typed di bridge on IInjector
1 parent 1576507 commit 9eff3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/services/extensibility-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export class ExtensibilityService implements IExtensibilityService {
364364
const parentName = commandName.split(
365365
CommandsDelimiters.HierarchicalCommand,
366366
)[0];
367-
const container = (<any>this.$injector).di;
367+
const container = this.$injector.di;
368368
const parentWasAbsent =
369369
parentName !== commandName && !container.has(`commands.${parentName}`);
370370

0 commit comments

Comments
 (0)