Skip to content

Commit

Permalink
fix(vercel): fix childcomment with order asc
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Dec 19, 2020
1 parent 67653ce commit f8c65e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/controller/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ module.exports = class extends BaseRest {
rid: ['IN', rootComments.map(comment => comment.objectId)],
status: ['NOT IN', ['spam']],
}, {
desc: 'insertedAt',
field: [
'comment', 'insertedAt', 'link', 'mail', 'nick', 'pid', 'rid', 'ua'
]
Expand Down

0 comments on commit f8c65e4

Please sign in to comment.