From 3b4296f580bd204870be3945ca9410e5ccfafb0e Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 6 Oct 2017 14:36:02 -0400 Subject: [PATCH] Add missing `var` --- static/js/services/user-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/services/user-service.js b/static/js/services/user-service.js index faaebcea0..64e75828b 100644 --- a/static/js/services/user-service.js +++ b/static/js/services/user-service.js @@ -61,7 +61,7 @@ function(ApiService, CookieService, $rootScope, Config, $location, $timeout) { } if (Config.MARKETO_MUNCHKIN_ID && userResponse['marketo_user_hash']) { - associateLeadBody = {'Email': userResponse.email}; + var associateLeadBody = {'Email': userResponse.email}; if (window.Munchkin !== undefined) { try { Munchkin.munchkinFunction(