From 010e2513f46db08865affe854cc2c569b8070c30 Mon Sep 17 00:00:00 2001 From: ItsSudip Date: Wed, 9 Oct 2024 14:57:34 +0530 Subject: [PATCH] chore: address comment again --- src/v0/destinations/af/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/af/transform.js b/src/v0/destinations/af/transform.js index af982acbeb..064cf003a8 100644 --- a/src/v0/destinations/af/transform.js +++ b/src/v0/destinations/af/transform.js @@ -141,7 +141,7 @@ function getEventValueMapFromMappingJson(message, mappingJson, isMultiSupport, c delete clonedProp[prop.property]; }); } - set(eventValue, 'properties', clonedProp); + eventValue.properties = clonedProp; } const sourceKeys = Object.keys(mappingJson);