We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e0dc2 commit 24c40afCopy full SHA for 24c40af
1 file changed
extensions/ql-vscode/src/view/results/result-tables.tsx
@@ -101,7 +101,7 @@ function getResultSets(
101
): ResultSet[] {
102
const resultSets: ResultSet[] =
103
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
104
- // @ts-ignore 2783
+ // @ts-ignore 2783 Avoid compilation error for overwriting the t property
105
rawResultSets.map((rs) => ({ t: "RawResultSet", ...rs }));
106
107
if (interpretation !== undefined) {
0 commit comments