Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmtoomey committed Jan 23, 2020
1 parent 7d7d2f1 commit bcdb1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit bcdb1a3

Please sign in to comment.