Skip to content

Commit ae451d2

Browse files
committed
Send alias property in params to native layers
1 parent ac0bcdd commit ae451d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BranchEvent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export default class BranchEvent {
191191
// TODO: throw?
192192
}
193193
}
194+
if (this.alias) params.alias = this.alias
194195

195196
return params
196197
}

0 commit comments

Comments
 (0)