Skip to content

Commit ce84cee

Browse files
committed
Fix lint
1 parent dceebcd commit ce84cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5716,7 +5716,7 @@ namespace ts {
57165716
return getTypeFromSpreadTypeLiteral(node, aliasSymbol, aliasTypeArguments);
57175717
}
57185718

5719-
let type = createObjectType(TypeFlags.Anonymous, node.symbol);
5719+
const type = createObjectType(TypeFlags.Anonymous, node.symbol);
57205720
type.aliasSymbol = aliasSymbol;
57215721
type.aliasTypeArguments = aliasTypeArguments;
57225722
links.resolvedType = type;

0 commit comments

Comments
 (0)