From a9ad6ba5350404a3ca20b950802f461fd324a34a Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:09:52 +0200 Subject: [PATCH] chore: unwanted leading tab --- types/interfaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/interfaces.ts b/types/interfaces.ts index e451a4b..610d007 100644 --- a/types/interfaces.ts +++ b/types/interfaces.ts @@ -62,7 +62,7 @@ export interface UserResponse { about: string | null, email?: string, email_verified?: boolean - } +} export interface StatsResponse { accounts: number,