mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user