cry-db 2.1.19 → 2.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mongo.js +1 -1
- package/package.json +1 -1
package/dist/mongo.js
CHANGED
|
@@ -233,7 +233,7 @@ class Mongo extends db_1.Db {
|
|
|
233
233
|
return ret;
|
|
234
234
|
}
|
|
235
235
|
async findNewerMany(spec = []) {
|
|
236
|
-
db_1.log.debug('
|
|
236
|
+
db_1.log.debug('findNewerMany called', spec);
|
|
237
237
|
let conn = await this.connect();
|
|
238
238
|
const getOneColl = async (coll) => {
|
|
239
239
|
let ts = {};
|