diff --git a/src/v0/destinations/hs/util.js b/src/v0/destinations/hs/util.js index f89ee9ac5fb..5c8f4a908a8 100644 --- a/src/v0/destinations/hs/util.js +++ b/src/v0/destinations/hs/util.js @@ -540,7 +540,7 @@ const getExistingData = async (inputs, destination) => { feature: 'transformation', endpointPath, }) - : await httpPOST(url, requestData, { + : await httpPOST(url, requestData, { destType: 'hs', feature: 'transformation', endpointPath,