chore: Remove unused @ts-ignore's (no-changelog) (#12198)

This commit is contained in:
Charlie Kolb
2024-12-18 08:35:53 +01:00
committed by GitHub
parent 5d33a6ba8a
commit 54b02acdd7
49 changed files with 2 additions and 67 deletions

View File

@@ -75,10 +75,7 @@ for (const tool of (tools as IDataObject).processors as IDataObject[]) {
options: param.o,
displayOptions: {
show: {
group: [
//@ts-ignore
tool.g,
],
group: [tool.g],
tool: [tool.k],
},
},
@@ -96,7 +93,6 @@ for (const tool of (tools as IDataObject).processors as IDataObject[]) {
//if exists, other wise
if (modifiedParam) {
//Assign new group and tool
//@ts-ignore
modifiedParam.displayOptions.show.group.push(tool.g);
modifiedParam.displayOptions.show.tool.push(tool.k);