fix SonarQube issues (unused imports, commented file)
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
// export async function load({fetch}){
|
|
||||||
// const vorgangResponse = await fetch(`/api/list`);
|
|
||||||
// const vorgangList = await vorgangResponse.json();
|
|
||||||
|
|
||||||
// return {
|
|
||||||
|
|
||||||
// vorgangList,
|
|
||||||
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
@@ -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 }) {
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user