test jenkins webhook
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-26 10:01:03 +02:00
parent 02d4957315
commit efcbc4d60f

View File

@@ -3,11 +3,11 @@ import { redirect } from '@sveltejs/kit';
import type { PageServerLoad } from './list/[vorgang]/$types';
export const load: PageServerLoad = async ({ params, url, locals }) => {
if (locals.user) {
return {
user: locals.user
};
}
// if (locals.user) {
// return {
// user: locals.user
// };
// }
const caseId = params.vorgang;
const caseToken = url.searchParams.get('token');