Skip to content

Commit

Permalink
Update src/v0/destinations/am/transform.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Kumar Battinoju <[email protected]>
  • Loading branch information
anantjain45823 and saikumarrs authored Feb 12, 2024
1 parent 3d370db commit 6df98e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/am/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ const processSingleMessage = (message, destination) => {
)
.trim();
evType =
userProvidedPageEventString.trim() === ''
userProvidedPageEventString?.trim() === ''
? name
: userProvidedPageEventString
?.trim()
Expand Down

0 comments on commit 6df98e6

Please sign in to comment.