Skip to content

Commit

Permalink
chore: formatting updates - 4
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Feb 16, 2024
1 parent 9aea52c commit 9af7201
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/v0/destinations/af/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@ function getEventValueForUnIdentifiedTrackEvent(message) {
return { eventValue };
}

function getEventValueMapFromMappingJson(message, mappingJson, isMultiSupport, addPropertiesAtRoot) {
function getEventValueMapFromMappingJson(
message,
mappingJson,
isMultiSupport,
addPropertiesAtRoot,
) {
let eventValue = {};

if (addPropertiesAtRoot) {
Expand Down

0 comments on commit 9af7201

Please sign in to comment.