Skip to content

Commit

Permalink
Update user_hash mapping (#1957)
Browse files Browse the repository at this point in the history
Updated context.Intercom.user_hash to integrations.Intercom.user_hash
  • Loading branch information
bcaudillo authored Apr 22, 2024
1 parent 3d5697e commit 2cc5540
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const action: BrowserActionDefinition<Settings, Intercom, Payload> = {
required: false,
default: {
'@if': {
exists: { '@path': '$.context.Intercom.user_hash' },
then: { '@path': '$.context.Intercom.user_hash' },
else: { '@path': '$.context.Intercom.userHash' }
exists: { '@path': '$.integrations.Intercom.user_hash' },
then: { '@path': '$.integrations.Intercom.user_hash' },
else: { '@path': '$.integrations.Intercom.userHash' }
}
}
},
Expand Down

0 comments on commit 2cc5540

Please sign in to comment.