From 2d0f4f35145d6d79c700b657d87d05dc012d3ce5 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 15 Feb 2026 14:42:03 +0300 Subject: [PATCH] Replaced `@ts-expect-error` with `@ts-ignore` to suppress TypeScript errors --- src/utils/repository.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/repository.ts b/src/utils/repository.ts index 4e35710..3915ea2 100644 --- a/src/utils/repository.ts +++ b/src/utils/repository.ts @@ -219,7 +219,7 @@ export class Repository { return ""; } - // @ts-expect-error + // @ts-ignore return response.data; } catch (error) { // @ts-expect-error