This commit is contained in:
Moritz Utcke
2025-04-20 20:49:37 -04:00
parent 265e58d80d
commit f5373fc7b1

View File

@@ -41,8 +41,6 @@ export const GET: APIRoute = async (Astro) => {
bilder = await getBilder(ausweis.aufnahme_id) bilder = await getBilder(ausweis.aufnahme_id)
user = await getCurrentUser(Astro)
if (ausweis.rechnung_id) { if (ausweis.rechnung_id) {
rechnung = await getRechnung(ausweis.rechnung_id) rechnung = await getRechnung(ausweis.rechnung_id)
} }