Skip to content

Commit

Permalink
fixed fxa entrypoint param name... 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Mar 21, 2019
1 parent c78899c commit 1ec56df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 1ec56df

Please sign in to comment.