style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-25 14:53:54 +00:00
parent e3559d54a3
commit 468338d2a4
11 changed files with 209 additions and 175 deletions

View file

@ -1,4 +1,4 @@
import {apiConfig} from "@/config.ts";
import { apiConfig } from "@/config.ts";
export class BaseController {
protected baseUrl: string;