Bugfixes und Bezahlen
This commit is contained in:
@@ -9,6 +9,7 @@ import { getCurrentUser } from "#lib/server/user";
|
||||
|
||||
const user = await getCurrentUser(Astro) || {}
|
||||
|
||||
// POST Body
|
||||
const params = new URLSearchParams(await Astro.request.text());
|
||||
|
||||
if (!params.has("ausweis") || !params.has("aufnahme") || !params.has("objekt") || !params.has("bilder") || !params.has("ausweisart")) {
|
||||
|
||||
Reference in New Issue
Block a user