Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed Feb 13, 2019
1 parent 447e0e8 commit cd55c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19041,7 +19041,7 @@ namespace ts {
links.jsxFactoryCall.end = node.end;
links.jsxFactoryCall.parent = node.parent;
}
const result = getReturnTypeOfSignature(getResolvedSignature(links.jsxFactoryCall));
const result = getReturnTypeOfSignature(getResolvedSignature(links.jsxFactoryCall));
if (result === errorType) {
return getJsxElementTypeAt(node) || errorType;
}
Expand Down

0 comments on commit cd55c19

Please sign in to comment.