Fix news sorting

This commit is contained in:
Zoe Roux 2026-02-19 19:42:36 +01:00
parent b7e1c4dc3e
commit 2311636a63
No known key found for this signature in database

View File

@ -130,7 +130,7 @@ const newsSort: Sort = {
// in the news query we already filter nulls out
isNullable: false,
accessor: (x) => x.availableSince,
desc: false,
desc: true,
},
],
};