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 08:19:27 +02:00
parent de35986633
commit 02d4957315

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');