Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - remove events=true from url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed May 14, 2019
1 parent 345d1c1 commit 7e7a113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static String buildResourceUrl(@NonNull String host, String resourceUrl,
} else {
resourceUrl = resourceUrl + "&";
}
resourceUrl = resourceUrl + "events=true&sku=" + Mapbox.getSkuToken();
resourceUrl = resourceUrl + "sku=" + Mapbox.getSkuToken();
}
return resourceUrl;
}
Expand Down

0 comments on commit 7e7a113

Please sign in to comment.