Added channel overrides section to admin panel
This commit is contained in:
parent
68f9d5af06
commit
33026a1265
7 changed files with 113 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue