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: Sudip Paul <[email protected]>
  • Loading branch information
yashasvibajpai and ItsSudip authored Jan 2, 2024
1 parent 85b29a8 commit 006766b
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 @@ -61,7 +61,7 @@ const syncContact = async (contactPayload, category, destination) => {
const res = await httpPOST(endpoint, requestData, requestOptions, {
destType: 'active_campaign',
feature: 'transformation',
endPoint,
endpointPath: endPoint,
});
if (res.success === false) {
errorHandler(res, 'Failed to create new contact');
Expand Down

0 comments on commit 006766b

Please sign in to comment.