Skip to content

Commit

Permalink
fix: small edit in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Dec 26, 2023
1 parent 87e76a1 commit 9ff13ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/gainsight_px/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const identifyResponseBuilder = async (message, { Config }) => {
payload.signUpDate = formatTimeStamp(message.timestamp || message.originalTimestamp);
}

// Only for the case of new user creation, if signUpDate is not provided in traits, timestamp / originalTimestamp is mapped
// Only for the case of new user creation, if createDate is not provided in traits, timestamp / originalTimestamp is mapped
if (!isPresent && !payload.createDate) {
payload.createDate = formatTimeStamp(message.timestamp || message.originalTimestamp);
}
Expand Down

0 comments on commit 9ff13ec

Please sign in to comment.