moved files
This commit is contained in:
@@ -6,7 +6,7 @@ db.getCollection("switch").aggregate([
|
|||||||
$gte: ISODate("2025-02-01T00:00:00-03:00"),
|
$gte: ISODate("2025-02-01T00:00:00-03:00"),
|
||||||
$lt: ISODate("2025-02-17T00:00:00-03:00")
|
$lt: ISODate("2025-02-17T00:00:00-03:00")
|
||||||
},
|
},
|
||||||
workspace: { $in: ["Think", "Plan", "Work"] } // New filter for workspace
|
workspace: { $in: ["Work"] } // New filter for workspace
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user