summary refs log tree commit diff
path: root/api/src/schema/Guild.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 17:12:46 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 17:12:46 +0200
commitbee6f71298372d9390696fb981b7e9fa7ad74e87 (patch)
treedd1dc6fc089df4eb39d09190bedea713814c4905 /api/src/schema/Guild.ts
parentfixed tests for cdn (diff)
downloadserver-bee6f71298372d9390696fb981b7e9fa7ad74e87.tar.xz
:bug: convert bigint -> string
Diffstat (limited to '')
-rw-r--r--api/src/schema/Guild.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/schema/Guild.ts b/api/src/schema/Guild.ts

index 01690ae9..3e98fe76 100644 --- a/api/src/schema/Guild.ts +++ b/api/src/schema/Guild.ts
@@ -33,7 +33,7 @@ export const GuildUpdateSchema = { $icon: String, $verification_level: Number, $default_message_notifications: Number, - $system_channel_flags: Number, + $system_channel_flags: String, $system_channel_id: String, $explicit_content_filter: Number, $public_updates_channel_id: String,