1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 10:41:34 +02:00

🐛 fix channel modify schema

This commit is contained in:
Flam3rboy 2021-05-10 15:34:06 +02:00
parent 0548c8784d
commit 8bdee7ea03

View File

@ -17,7 +17,7 @@ export const ChannelModifySchema = {
deny: BigInt, deny: BigInt,
}, },
], ],
$parent_id: BigInt, $parent_id: String,
$nsfw: Boolean, $nsfw: Boolean,
}; };