Skip to content

Commit

Permalink
Update src/v0/destinations/active_campaign/transform.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sankeerth <[email protected]>
  • Loading branch information
yashasvibajpai and sanpj2292 authored Jan 2, 2024
1 parent 006766b commit e4a7e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/active_campaign/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e4a7e8c

Please sign in to comment.