Fixer pre/post

This commit is contained in:
Wyatt Johnson
2017-01-24 13:10:35 -07:00
parent eeaefd9656
commit cda768d694
17 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -20,10 +20,10 @@ const SettingSchema = new Schema({
moderation: {
type: String,
enum: [
'pre',
'post'
'PRE',
'POST'
],
default: 'pre'
default: 'PRE'
},
infoBoxEnable: {
type: Boolean,