mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
🐛 fix channel modify schema
This commit is contained in:
parent
0548c8784d
commit
8bdee7ea03
@ -17,7 +17,7 @@ export const ChannelModifySchema = {
|
||||
deny: BigInt,
|
||||
},
|
||||
],
|
||||
$parent_id: BigInt,
|
||||
$parent_id: String,
|
||||
$nsfw: Boolean,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user