diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-01-05 17:12:21 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-01-05 17:16:55 +1100 |
commit | df449169bde6c0576757700f68f2d406139cc846 (patch) | |
tree | f8bcbaf30ed3ed007d392a51614a134e543e3c17 /src/util/schemas/index.ts | |
parent | channel flags whoops (diff) | |
download | server-df449169bde6c0576757700f68f2d406139cc846.tar.xz |
Prettier
Diffstat (limited to 'src/util/schemas/index.ts')
-rw-r--r-- | src/util/schemas/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts index be4be0c7..e4f565c9 100644 --- a/src/util/schemas/index.ts +++ b/src/util/schemas/index.ts @@ -59,4 +59,4 @@ export * from "./UserSettingsSchema"; export * from "./BotModifySchema"; export * from "./ApplicationModifySchema"; export * from "./ApplicationCreateSchema"; -export * from "./ApplicationAuthorizeSchema"; \ No newline at end of file +export * from "./ApplicationAuthorizeSchema"; |