mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix deal noe update
This commit is contained in:
parent
5b335c1578
commit
ccfcd6fc68
|
@ -1129,7 +1129,7 @@ export class ActiveCampaign implements INodeType {
|
|||
// ----------------------------------
|
||||
// deal:updateNote
|
||||
// ----------------------------------
|
||||
requestMethod = 'POST'
|
||||
requestMethod = 'PUT'
|
||||
|
||||
body.note = {
|
||||
note: this.getNodeParameter('dealNote', i) as string,
|
||||
|
|
Loading…
Reference in a new issue