mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
tournament date filter
This commit is contained in:
@@ -33,6 +33,11 @@ const getTournaments = async () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
$match: {
|
||||
status: { $ne: "completed" }
|
||||
},
|
||||
},
|
||||
{
|
||||
$sort: {
|
||||
dateParts: 1,
|
||||
|
||||
Reference in New Issue
Block a user