Ausweistyp Kundendaten

This commit is contained in:
Moritz Utcke
2025-03-24 16:15:10 -03:00
parent 83b618b59d
commit a9c2b5c173
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ const caller = createCaller(Astro)
const params = Astro.params;
const page = Number(params.page)
const id = Astro.url.searchParams.get("id");
const id = Astro.url.searchParams.get("id") || undefined;
const user = await caller.user.self.GET.fetch(undefined, {