mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
comment count optim, prep for sortBy
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ const CommentSchema = new Schema({
|
||||
body: {
|
||||
type: String,
|
||||
required: [true, 'The body is required.'],
|
||||
minlength: 2
|
||||
minlength: 2,
|
||||
},
|
||||
body_history: [BodyHistoryItemSchema],
|
||||
asset_id: String,
|
||||
|
||||
Reference in New Issue
Block a user