Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Feb 5, 2025
1 parent b402924 commit f69662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-common/code-ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export async function getNarrowestType(
type: CodeRef,
loader: Loader,
) {
let narrowTypeExists: boolean = false;
let narrowTypeExists = false;
if (subclassType) {
narrowTypeExists =
(await isInsideAncestorChain(subclassType, type, loader)) ?? false;
Expand Down

0 comments on commit f69662b

Please sign in to comment.