fix(frontend): Linting errors/warnings opgelost
This commit is contained in:
parent
b2e6b33716
commit
4d98be78c1
26 changed files with 272 additions and 258 deletions
|
@ -1,4 +1,5 @@
|
|||
import {InvalidResponseException, NotFoundException} from "@/services/api-client/api-exceptions.ts";
|
||||
import {NotFoundException} from "@/exception/not-found-exception.ts";
|
||||
import {InvalidResponseException} from "@/exception/invalid-response-exception.ts";
|
||||
|
||||
export function single<T>(list: T[]): T {
|
||||
if (list.length === 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue