summary refs log tree commit diff
path: root/src/util/schemas/ApplicationAuthorizeSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/ApplicationAuthorizeSchema.ts')
-rw-r--r--src/util/schemas/ApplicationAuthorizeSchema.ts4
1 files changed, 2 insertions, 2 deletions
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
+}