summary refs log tree commit diff
path: root/src/util/schemas/BanRegistrySchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/BanRegistrySchema.ts')
-rw-r--r--src/util/schemas/BanRegistrySchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/BanRegistrySchema.ts b/src/util/schemas/BanRegistrySchema.ts
index 8680d3db..501f94dc 100644
--- a/src/util/schemas/BanRegistrySchema.ts
+++ b/src/util/schemas/BanRegistrySchema.ts
@@ -5,4 +5,4 @@ export interface BanRegistrySchema {
 	executor_id: string;
 	ip?: string;
 	reason?: string | undefined;
-};
\ No newline at end of file
+}