From e4a7e8cbde5a5866f3a868c94cb2a64858d15ce2 Mon Sep 17 00:00:00 2001 From: Yashasvi Bajpai <33063622+yashasvibajpai@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:14:57 +0530 Subject: [PATCH] Update src/v0/destinations/active_campaign/transform.js Co-authored-by: Sankeerth --- src/v0/destinations/active_campaign/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/active_campaign/transform.js b/src/v0/destinations/active_campaign/transform.js index 1b8c7e6f58a..90e6b2080f2 100644 --- a/src/v0/destinations/active_campaign/transform.js +++ b/src/v0/destinations/active_campaign/transform.js @@ -348,7 +348,7 @@ const customListProcessor = async (message, category, destination, contactId) => const res = httpPOST(endpoint, requestData, requestOptions, { destType: 'active_campaign', feature: 'transformation', - mergeListWithContactUrl, + endpointPath: mergeListWithContactUrl, }); promises.push(res); }