fix: sort comments in historical order

This commit is contained in:
Paul Bienkowski 2021-02-17 19:43:32 +01:00
parent af1e186069
commit 0c2445e992

View file

@ -291,7 +291,7 @@ router.get(
}, },
options: { options: {
sort: { sort: {
createdAt: 'desc', createdAt: 'asc',
}, },
}, },
}) })