Skip to content

Commit

Permalink
updating default mapping (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Jan 20, 2025
1 parent b662218 commit 1608371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const fields: Record<string, InputField> = {
'@if': {
exists: { '@path': '$.traits.email' },
then: { '@path': '$.traits.email' },
else: { '@path': '$.properties.email' }
else: { '@path': '$.context.traits.email' }
}
}
}
Expand Down

0 comments on commit 1608371

Please sign in to comment.