From 1ec56df7ad5675a80e8103f09a70a609d3f61441 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Thu, 21 Mar 2019 09:30:13 -0700 Subject: [PATCH] =?UTF-8?q?fixed=20fxa=20entrypoint=20param=20name...=20?= =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/user.js b/app/user.js index b043bf96..4bf32bbc 100644 --- a/app/user.js +++ b/app/user.js @@ -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';