Skip to content

Commit 24c40af

Browse files
committed
Add comment to @ts-ignore
1 parent 41e0dc2 commit 24c40af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/results/result-tables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function getResultSets(
101101
): ResultSet[] {
102102
const resultSets: ResultSet[] =
103103
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
104-
// @ts-ignore 2783
104+
// @ts-ignore 2783 Avoid compilation error for overwriting the t property
105105
rawResultSets.map((rs) => ({ t: "RawResultSet", ...rs }));
106106

107107
if (interpretation !== undefined) {

0 commit comments

Comments
 (0)