mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
Removed intentional fail url
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user