SvelteKit Updated, Uppy broken

This commit is contained in:
Mawoka
2025-09-21 10:48:07 +02:00
parent a87f59f5c0
commit fa533257b3
20 changed files with 1017 additions and 810 deletions
@@ -9,7 +9,7 @@ export const load = (({ url }) => {
const code = url.searchParams.get('code');
const id = url.searchParams.get('id');
if (!id || !code) {
throw error(404, JSON.stringify({ detail: 'id and/or code are/is missing' }));
error(404, JSON.stringify({ detail: 'id and/or code are/is missing' }));
}
return {
id,