moved files

This commit is contained in:
buenosairesam
2025-08-03 08:24:09 -03:00
parent af06c1325e
commit 9ddfeb8913
6 changed files with 1 additions and 1 deletions

View File

@@ -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
} }
}, },
{ {