Make parts of SchemasRouter use adaptiveCollection.
This commit is contained in:
@@ -46,4 +46,8 @@ export default class MongoCollection {
|
||||
count(query, { skip, limit, sort } = {}) {
|
||||
return this._mongoCollection.count(query, { skip, limit, sort });
|
||||
}
|
||||
|
||||
drop() {
|
||||
return this._mongoCollection.drop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user