Adresse DB Rückgängig

This commit is contained in:
Jens Cornelsen
2025-04-16 17:18:02 +02:00
parent d3ffbca858
commit f6a367c567
4 changed files with 7 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ export const GET: APIRoute = async (Astro) => {
return new Response(null, { status: 404 });
}
const ausweisart = getAusweisartFromId(ausweis_id)
let ausweis: VerbrauchsausweisWohnen | VerbrauchsausweisGewerbe | null = null;