Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Dec 14, 2024
1 parent 2b92a3d commit 956d707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class ConditionalScopeHandler extends BaseScopeHandler {
hints: ScopeIteratorRequirements,
): Iterable<TargetScope> {
const scopeHandler = this.scopeHandlerFactory.create(
this.conditionalScopeType,
this.conditionalScopeType.scopeType,
this.languageId,
);

Expand Down

0 comments on commit 956d707

Please sign in to comment.