From 2f07cc61fe75326febc818fd4c10499f3a70016e Mon Sep 17 00:00:00 2001 From: glax Date: Mon, 1 Sep 2025 23:08:23 +0200 Subject: [PATCH] ignore errors in api --- tranga-website/src/apiClient/V2.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tranga-website/src/apiClient/V2.ts b/tranga-website/src/apiClient/V2.ts index ce05a82..2af643f 100644 --- a/tranga-website/src/apiClient/V2.ts +++ b/tranga-website/src/apiClient/V2.ts @@ -1,6 +1,8 @@ /* eslint-disable */ /* tslint:disable */ // @ts-nocheck +// noinspection JSValidateJSDoc,JSUnusedGlobalSymbols + /* * --------------------------------------------------------------- * ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##