Skip to content

Commit cd55c19

Browse files
committed
fix lint
1 parent 447e0e8 commit cd55c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19041,7 +19041,7 @@ namespace ts {
1904119041
links.jsxFactoryCall.end = node.end;
1904219042
links.jsxFactoryCall.parent = node.parent;
1904319043
}
19044-
const result = getReturnTypeOfSignature(getResolvedSignature(links.jsxFactoryCall));
19044+
const result = getReturnTypeOfSignature(getResolvedSignature(links.jsxFactoryCall));
1904519045
if (result === errorType) {
1904619046
return getJsxElementTypeAt(node) || errorType;
1904719047
}

0 commit comments

Comments
 (0)