fix SonarQube issues (unused imports, commented file)
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-09-05 08:29:38 +02:00
parent 0483fe7766
commit 98794a29e1
3 changed files with 0 additions and 14 deletions

View File

@@ -1,12 +0,0 @@
// export async function load({fetch}){
// const vorgangResponse = await fetch(`/api/list`);
// const vorgangList = await vorgangResponse.json();
// return {
// vorgangList,
// }
// }

View File

@@ -1,5 +1,4 @@
import { getVorgaenge } from '$lib/server/vorgangService'; import { getVorgaenge } from '$lib/server/vorgangService';
import { json } from '@sveltejs/kit';
export async function GET({ locals }) { export async function GET({ locals }) {

View File

@@ -4,7 +4,6 @@ import {
getCrimesListByToken, getCrimesListByToken,
vorgangNameExists vorgangNameExists
} from '$lib/server/vorgangService'; } from '$lib/server/vorgangService';
import { json } from '@sveltejs/kit';
export async function DELETE({ params }) { export async function DELETE({ params }) {
const vorgangToken = params.vorgang; const vorgangToken = params.vorgang;