Anant Anand Gputa
Anant Anand Gputa
fix:(Discord Node) utils.ts for the incorrect mapping of the name and mime for the files attachments
any chance we are getting this merged. i am somehow not able to make use of this node yet there are issues after issue. now i am not able to...
fix:(Discord Node) utils.ts for the incorrect mapping of the name and mime for the files attachments
@Joffcom any idea on this?
fix:(Discord Node) utils.ts for the incorrect mapping of the name and mime for the files attachments
@dana-gill am waiting on this fix. can you please help me move this?
eslint-plugin-n8n-nodes-base is not happy with NodeConnectionType.Main `30:3 error Replace with "['main']" [autofixable] n8n-nodes-base/node-class-description-outputs-wrong` if I put ['main'] then `INodeTypeDescription` yells at me. I am not sure how the community node...
i am still not able to figure out if i put `input: [NodeConnectionType.Main]` then linter yells at me and if i put `input: ['main']`, compiler yells at me. finally when...