summary refs log tree commit diff
path: root/src/util/schemas/InviteCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/InviteCreateSchema.ts')
-rw-r--r--src/util/schemas/InviteCreateSchema.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/InviteCreateSchema.ts b/src/util/schemas/InviteCreateSchema.ts
index 7f6af338..cac11147 100644
--- a/src/util/schemas/InviteCreateSchema.ts
+++ b/src/util/schemas/InviteCreateSchema.ts
@@ -1,4 +1,3 @@
-
 export interface InviteCreateSchema {
 	target_user_id?: string;
 	target_type?: string;