summary refs log tree commit diff
path: root/src/util/schemas/RelationshipPutSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/RelationshipPutSchema.ts')
-rw-r--r--src/util/schemas/RelationshipPutSchema.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/RelationshipPutSchema.ts b/src/util/schemas/RelationshipPutSchema.ts
index f46966e0..0a7f9720 100644
--- a/src/util/schemas/RelationshipPutSchema.ts
+++ b/src/util/schemas/RelationshipPutSchema.ts
@@ -1,6 +1,5 @@
 import { RelationshipType } from "@fosscord/util";
 
-
 export interface RelationshipPutSchema {
 	type?: RelationshipType;
 }