Skip to content

Commit

Permalink
fix: am formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Mar 4, 2024
1 parent e08b826 commit 4653b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/v0/destinations/am/transform.js
Expand Up @@ -336,7 +336,6 @@ const getDefaultResponseData = (message, rawPayload, evType, groupInfo) => {
return { groups, rawPayload };
};


const getResponseData = (evType, destination, rawPayload, message, groupInfo) => {
let groups;

Expand Down
3 changes: 1 addition & 2 deletions src/v0/destinations/am/utils.js
Expand Up @@ -123,7 +123,6 @@ const validateEventType = (evType) => {
}
};


const userPropertiesPostProcess = (rawPayload) => {
const operationList = [
'$setOnce',
Expand Down Expand Up @@ -187,5 +186,5 @@ module.exports = {
getEventId,
getUnsetObj,
validateEventType,
userPropertiesPostProcess
userPropertiesPostProcess,
};

0 comments on commit 4653b74

Please sign in to comment.