Jonatas Walker
Results
2
issues of
Jonatas Walker
```js import { type Collection } from 'mongodb' const collection = await this.getColection() const docs = await collection.find({ id }).sort({ expireAt: -1 }).limit(1).toArray() ```
bug
types