mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix deal noe update
This commit is contained in:
@@ -1129,7 +1129,7 @@ export class ActiveCampaign implements INodeType {
|
||||
// ----------------------------------
|
||||
// deal:updateNote
|
||||
// ----------------------------------
|
||||
requestMethod = 'POST'
|
||||
requestMethod = 'PUT'
|
||||
|
||||
body.note = {
|
||||
note: this.getNodeParameter('dealNote', i) as string,
|
||||
|
||||
Reference in New Issue
Block a user