From 825e877f94728994f69c2bd9bab99fe47f6d6e88 Mon Sep 17 00:00:00 2001 From: Roan Paulus Date: Thu, 19 Dec 2024 16:56:47 +0100 Subject: [PATCH] add type --- src/universal/helpers/bag.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal/helpers/bag.ts b/src/universal/helpers/bag.ts index 7dd5b72a3..c22c9effc 100644 --- a/src/universal/helpers/bag.ts +++ b/src/universal/helpers/bag.ts @@ -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?