Skip to content

Commit

Permalink
errant curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
jboolean committed Sep 16, 2023
1 parent b00951d commit b67573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/business/utils/forgeStaticMapUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function forgeStaticMapUrl(
const mapImageUrl: URL = new URL(
`/styles/v1/${MAPBOX_USER}/${MAP_STYLE_ID}/static/${lng},${lat},${zoomLevel}/${width}x${height}${
retina ? '@2x' : ''
}}`,
}`,
'https://api.mapbox.com'
);

Expand Down

0 comments on commit b67573c

Please sign in to comment.