Skip to content

Commit a644f6e

Browse files
committed
Fix lint
1 parent 3f053ca commit a644f6e

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
@@ -18263,7 +18263,7 @@ namespace ts {
1826318263
i++;
1826418264
}
1826518265
}
18266-
let match = discriminable.indexOf(/*searchElement*/ true);
18266+
const match = discriminable.indexOf(/*searchElement*/ true);
1826718267
if (match === -1) {
1826818268
return defaultValue;
1826918269
}

0 commit comments

Comments
 (0)