mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -163,7 +163,6 @@ export class FormstackTrigger implements INodeType {
|
||||
},
|
||||
};
|
||||
|
||||
// @ts-ignore
|
||||
async webhook(this: IWebhookFunctions): Promise<IWebhookResponseData> {
|
||||
const bodyData = this.getBodyData() as unknown as IFormstackWebhookResponseBody;
|
||||
const simple = this.getNodeParameter('simple') as string;
|
||||
|
||||
Reference in New Issue
Block a user