mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
Removed intentional fail url
This commit is contained in:
parent
a5821bdd14
commit
3d11b52c63
|
@ -96,7 +96,7 @@ export async function agileCrmApiRequestUpdate(this: IHookFunctions | IExecuteFu
|
||||||
}
|
}
|
||||||
if(body.tags){
|
if(body.tags){
|
||||||
options.body.tags = payload.tags;
|
options.body.tags = payload.tags;
|
||||||
options.uri = baseUri + 'api/contacts/edit/tagaas';
|
options.uri = baseUri + 'api/contacts/edit/tags';
|
||||||
lastSuccesfulUpdateReturn = await this.helpers.request!(options);
|
lastSuccesfulUpdateReturn = await this.helpers.request!(options);
|
||||||
|
|
||||||
payload.tags?.map((tag : string) => {
|
payload.tags?.map((tag : string) => {
|
||||||
|
|
Loading…
Reference in a new issue