Add comment to @ts-ignore
This commit is contained in:
@@ -101,7 +101,7 @@ function getResultSets(
|
||||
): ResultSet[] {
|
||||
const resultSets: ResultSet[] =
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore 2783
|
||||
// @ts-ignore 2783 Avoid compilation error for overwriting the t property
|
||||
rawResultSets.map((rs) => ({ t: "RawResultSet", ...rs }));
|
||||
|
||||
if (interpretation !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user