roles -> role, null -> COMMENTER for user roles

This commit is contained in:
Wyatt Johnson
2017-11-27 11:53:40 -07:00
parent 9386912b9b
commit 13865ff29e
38 changed files with 206 additions and 199 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
module.exports = [
'ADMIN',
'MODERATOR',
'STAFF'
'STAFF',
'COMMENTER',
];