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 31dcbc3 commit 52aa61e
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 @@ -46,7 +46,7 @@ export async function fetchBAG(
return {
latlng,
address: sourceAddress,
bagNummeraanduidingId: first_item.identificatie,
bagNummeraanduidingId: firstItem.identificatie,
};
},
});
Expand Down

0 comments on commit 52aa61e

Please sign in to comment.