mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-11 07:45:42 +00:00
🐛 fix channel modify schema
This commit is contained in:
@@ -17,7 +17,7 @@ export const ChannelModifySchema = {
|
||||
deny: BigInt,
|
||||
},
|
||||
],
|
||||
$parent_id: BigInt,
|
||||
$parent_id: String,
|
||||
$nsfw: Boolean,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user