Skip to content

Commit

Permalink
#1170 removed "getProductData" header from requests
Browse files Browse the repository at this point in the history
  • Loading branch information
skutner committed Jan 18, 2023
1 parent 64afeaf commit 62ae3dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apihub-root/lightweight-pwa/js/services/LeafletService.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ class LeafletService {

let header = new Headers();
header.append("epiProtocolVersion", environment.epiProtocolVersion || "1");
header.append("getProductData", "true");


return smartUrl.getRequest({
method: "GET", headers: header
Expand Down

0 comments on commit 62ae3dc

Please sign in to comment.