Skip to content

Commit

Permalink
Update src/server/services/bag.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tim van Oostrom <[email protected]>
  • Loading branch information
RoanPaulus and timvanoostrom authored Dec 19, 2024
1 parent 623eacf commit 31dcbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/bag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function fetchBAG(
const firstItem = data[0];

const latlng = getLatLngCoordinates(
first_item.adresseerbaarObjectPuntGeometrieWgs84.coordinates
firstItem.adresseerbaarObjectPuntGeometrieWgs84.coordinates
);
return {
latlng,
Expand Down

0 comments on commit 31dcbc3

Please sign in to comment.