test jenkins webhook
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -3,11 +3,11 @@ import { redirect } from '@sveltejs/kit';
|
|||||||
import type { PageServerLoad } from './list/[vorgang]/$types';
|
import type { PageServerLoad } from './list/[vorgang]/$types';
|
||||||
|
|
||||||
export const load: PageServerLoad = async ({ params, url, locals }) => {
|
export const load: PageServerLoad = async ({ params, url, locals }) => {
|
||||||
if (locals.user) {
|
// if (locals.user) {
|
||||||
return {
|
// return {
|
||||||
user: locals.user
|
// user: locals.user
|
||||||
};
|
// };
|
||||||
}
|
// }
|
||||||
|
|
||||||
const caseId = params.vorgang;
|
const caseId = params.vorgang;
|
||||||
const caseToken = url.searchParams.get('token');
|
const caseToken = url.searchParams.get('token');
|
||||||
|
|||||||
Reference in New Issue
Block a user