make the user history endpoint return chronologically backwards

main
Ayush Mukherjee 2 years ago
parent 50fe913144
commit c8d7ae7490

@ -26,6 +26,7 @@ export class RankService {
where: {
userId,
},
order: ['createdAt', 'DESC'],
});
}

Loading…
Cancel
Save