Skip to content

Commit 31c1472

Browse files
authored
wip (#3096)
1 parent fc0c26e commit 31c1472

File tree

1 file changed

+0
-9
lines changed
  • packages/destination-actions/src/destinations/intercom/identifyContact

1 file changed

+0
-9
lines changed

packages/destination-actions/src/destinations/intercom/identifyContact/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ const action: ActionDefinition<Settings, Payload> = {
4343
format: 'email',
4444
default: {
4545
'@path': '$.traits.email'
46-
},
47-
depends_on: {
48-
conditions: [
49-
{
50-
fieldKey: 'role',
51-
operator: 'is',
52-
value: 'user'
53-
}
54-
]
5546
}
5647
},
5748
phone: {

0 commit comments

Comments
 (0)