mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
💥 Fix typo reponse => response
This commit is contained in:
@@ -41,13 +41,13 @@ export class TrelloTrigger implements INodeType {
|
||||
{
|
||||
name: 'setup',
|
||||
httpMethod: 'GET',
|
||||
reponseMode: 'onReceived',
|
||||
responseMode: 'onReceived',
|
||||
path: 'webhook',
|
||||
},
|
||||
{
|
||||
name: 'default',
|
||||
httpMethod: 'POST',
|
||||
reponseMode: 'onReceived',
|
||||
responseMode: 'onReceived',
|
||||
path: 'webhook',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user