Kommentare hinzugefügt

This commit is contained in:
2025-08-07 23:09:33 +02:00
parent 4d50cd369b
commit 66482f0feb
5 changed files with 8 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
import { getVorgaenge } from '$lib/server/vorgangService';
import { getListOfVorgänge } from '$lib/server/vorgangService';
import type { PageServerLoad } from '../../(token-based)/view/$types';
export const load: PageServerLoad = async () => {
const vorgangList = getVorgaenge();
const vorgangList = getListOfVorgänge();
return {
vorgangList