summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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, };