From bcdb1a3784f2fa39f1627f43b1f50a532d5adb0f Mon Sep 17 00:00:00 2001 From: Chris Toomey Date: Wed, 22 Jan 2020 17:57:58 -0800 Subject: [PATCH] update --- template/template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/template.js b/template/template.js index 65a7562..5448a4b 100644 --- a/template/template.js +++ b/template/template.js @@ -292,8 +292,8 @@ mapboxgl.baseApiUrl = "{url}"; const transformRequest = url => { const hasQuery = url.indexOf("?") !== -1; const suffix = hasQuery - ? "&pluginName=rapidDeploy" - : "?pluginName=rapidDeploy"; + ? "&pluginName=quickLaunch" + : "?pluginName=quickLaunch"; return { url: url + suffix };