diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 17:12:46 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 17:12:46 +0200 |
commit | d0292ef96bedde2dd23962c15b2a0446b8492fb0 (patch) | |
tree | 3cd962d1ca42d4bb7f8f71bc8f8e919eb397f5a8 /api/src/schema/Guild.ts | |
parent | fixed tests for cdn (diff) | |
download | server-d0292ef96bedde2dd23962c15b2a0446b8492fb0.tar.xz |
:bug: convert bigint -> string
Diffstat (limited to 'api/src/schema/Guild.ts')
-rw-r--r-- | api/src/schema/Guild.ts | 2 |
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, |