From 0a8ceb9e6349284e75545a01ffad608b020f78e2 Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Mon, 11 Dec 2023 01:12:54 +0100 Subject: Actually run prettier --- src/util/schemas/GuildUpdateSchema.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/util/schemas/GuildUpdateSchema.ts') diff --git a/src/util/schemas/GuildUpdateSchema.ts b/src/util/schemas/GuildUpdateSchema.ts index 19316380..4f33b888 100644 --- a/src/util/schemas/GuildUpdateSchema.ts +++ b/src/util/schemas/GuildUpdateSchema.ts @@ -18,8 +18,7 @@ import { GuildCreateSchema } from "@spacebar/util"; -export interface GuildUpdateSchema - extends Omit { +export interface GuildUpdateSchema extends Omit { name?: string; banner?: string | null; splash?: string | null; -- cgit 1.5.1