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

@@ -0,0 +1,4 @@
db.getCollection("switch").find({})
.projection({})
.sort({date: -1})
.limit(0)