stockshark-data-access
Advanced tools
Comparing version 1.0.45 to 1.0.46
{ | ||
"name": "stockshark-data-access", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -32,3 +32,3 @@ const MongoClient = require('mongodb').MongoClient; | ||
const result = await coll.findOne({ _id: id }, { projection }) | ||
let result = await coll.findOne({ _id: id }, { projection }) | ||
@@ -35,0 +35,0 @@ if (this._defined(field)) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17619