updated config

This commit is contained in:
buenosairesam
2025-08-03 07:22:17 -03:00
parent 2d7de863f3
commit af06c1325e
8 changed files with 45 additions and 68 deletions

View File

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