protocol optional fields

This commit is contained in:
Julian Krauser 2024-10-14 17:03:33 +02:00
parent b9b258a1f6
commit 5f434c943e
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ export default abstract class ProtocolService {
.createQueryBuilder("protocol")
.offset(offset)
.limit(count)
.orderBy("date")
.orderBy("date", "DESC")
.getManyAndCount()
.then((res) => {
return res;