From df449169bde6c0576757700f68f2d406139cc846 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:12:21 +1100 Subject: Prettier --- src/util/schemas/ApplicationAuthorizeSchema.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/schemas/ApplicationAuthorizeSchema.ts') diff --git a/src/util/schemas/ApplicationAuthorizeSchema.ts b/src/util/schemas/ApplicationAuthorizeSchema.ts index 1a0aae0f..add26c74 100644 --- a/src/util/schemas/ApplicationAuthorizeSchema.ts +++ b/src/util/schemas/ApplicationAuthorizeSchema.ts @@ -3,5 +3,5 @@ export interface ApplicationAuthorizeSchema { guild_id: string; permissions: string; captcha_key?: string; - code?: string; // 2fa code -} \ No newline at end of file + code?: string; // 2fa code +} -- cgit 1.5.1