Added channel overrides section to admin panel

This commit is contained in:
rainbownapkin 2024-11-23 17:45:19 -05:00
parent 68f9d5af06
commit 33026a1265
7 changed files with 113 additions and 42 deletions

View file

@ -31,6 +31,7 @@ module.exports.get = async function(req, res){
//Clean up perm list :P
delete permList._id ;
delete permList.channelOverrides._id ;
delete permList.__v;
//Render out the page