From 8bdee7ea0365d2dd8516f8e63ff4c8c2d9a4054a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 10 May 2021 15:34:06 +0200 Subject: [PATCH] :bug: fix channel modify schema --- src/schema/Channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };