Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
arindam1993 committed Feb 15, 2025
1 parent 620e850 commit cf25911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function initApp() {

// Add headers so mapliber-gl decodes protobufs appropriately
const staticTilesOpts = {
setHeaders: (res, _, _) => {
setHeaders: (res, _u1, _u2) => {
res.setHeader('Content-Encoding', 'gzip');
res.setHeader('Content-Type', 'application/x-protobuf');
},
Expand Down

0 comments on commit cf25911

Please sign in to comment.