mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
Fixer pre/post
This commit is contained in:
+3
-3
@@ -20,10 +20,10 @@ const SettingSchema = new Schema({
|
||||
moderation: {
|
||||
type: String,
|
||||
enum: [
|
||||
'pre',
|
||||
'post'
|
||||
'PRE',
|
||||
'POST'
|
||||
],
|
||||
default: 'pre'
|
||||
default: 'PRE'
|
||||
},
|
||||
infoBoxEnable: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user