24
1
Fork 0

fixed fxa entrypoint param name... 🤦‍♂️

This commit is contained in:
Danny Coates 2019-03-21 09:30:13 -07:00
parent c78899c387
commit 1ec56df7ad
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export default class User {
options.flow_begin_time = this.flowBeginTime;
}
if (this.trigger) {
options.endpoint = `send-${this.trigger}`;
options.entrypoint = `send-${this.trigger}`;
}
if (this.utms) {
options.utm_campaign = this.utms.campaign || 'none';