summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-10 15:34:06 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-10 15:34:06 +0200
commit8bdee7ea0365d2dd8516f8e63ff4c8c2d9a4054a (patch)
tree7dff5626e2ec5834a1e491825c63f81de5f4e49e /src
parent:bug: fix addMember guild not populating (diff)
downloadserver-8bdee7ea0365d2dd8516f8e63ff4c8c2d9a4054a.tar.xz
:bug: fix channel modify schema
Diffstat (limited to 'src')
-rw-r--r--src/schema/Channel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/Channel.ts b/src/schema/Channel.ts

index 3189091d..a89d5fb3 100644 --- a/src/schema/Channel.ts +++ b/src/schema/Channel.ts
@@ -17,7 +17,7 @@ export const ChannelModifySchema = { deny: BigInt, }, ], - $parent_id: BigInt, + $parent_id: String, $nsfw: Boolean, };