fix: sort comments in historical order
This commit is contained in:
parent
af1e186069
commit
0c2445e992
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ router.get(
|
|||
},
|
||||
options: {
|
||||
sort: {
|
||||
createdAt: 'desc',
|
||||
createdAt: 'asc',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue