summary refs log tree commit diff
path: root/src/util/schemas
diff options
context:
space:
mode:
authorTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-07-19 15:13:27 +0200
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2024-07-28 20:50:11 +1000
commitc41b4f6364f9a7e448830dcd5058d696a20f8ee6 (patch)
treead5a6ae479477e846cc047a4c9f0ea40f5ec5517 /src/util/schemas
parentFix msg component typings (diff)
downloadserver-ts-c41b4f6364f9a7e448830dcd5058d696a20f8ee6.tar.xz
prettier .-.
Diffstat (limited to 'src/util/schemas')
-rw-r--r--src/util/schemas/MessageCreateSchema.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/util/schemas/MessageCreateSchema.ts b/src/util/schemas/MessageCreateSchema.ts

index 2d7e4179..51263dce 100644 --- a/src/util/schemas/MessageCreateSchema.ts +++ b/src/util/schemas/MessageCreateSchema.ts
@@ -16,7 +16,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { ActionRowComponent, Embed, PollAnswer, PollMedia } from "@spacebar/util"; +import { + ActionRowComponent, + Embed, + PollAnswer, + PollMedia, +} from "@spacebar/util"; type Attachment = { id: string;