Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanPaulus committed Dec 19, 2024
1 parent 1020185 commit 825e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/universal/helpers/bag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function getLatLngWithAddress(
};
}

function formatAddress(result: BAGAdreseerbaarObject) {
function formatAddress(result: BAGAdreseerbaarObject): string {
if (result.huisletter) {
throw Error(
`RP TODO: Huisletter found, how should this fit in formatting?
Expand Down

0 comments on commit 825e877

Please sign in to comment.