4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
db.getCollection("switch").find({})
|
|
.projection({})
|
|
.sort({date: -1})
|
|
.limit(0) |