Skip to content

Commit

Permalink
⚡ Add label field to persons, organizations and deals (#1209)
Browse files Browse the repository at this point in the history
* ⚡ Add label field to persons, organizations and deals

* ⚡ Add option no label to label field

* ⚡ Add organization:update operation

* ⚡ Fix removing label from Organization on Pipedrive-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
  • Loading branch information
RicardoE105 and janober authored Dec 7, 2020
1 parent 83aed4d commit da450dc
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 157 deletions.
1 change: 0 additions & 1 deletion packages/nodes-base/nodes/Pipedrive/GenericFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export async function pipedriveApiRequest(this: IHookFunctions | IExecuteFunctio
}

query.api_token = credentials.apiToken;

//@ts-ignore
responseData = await this.helpers.request(options);

Expand Down
Loading

0 comments on commit da450dc

Please sign in to comment.