node-queue
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -68,3 +68,3 @@ // lib/databases/mongoDb.js v0.1.0 | ||
push: function(id, item, callback) { | ||
this.queue.insert({ _id: id, id: id, data: item }, { safe: true }, callback); | ||
this.queue.save({ _id: id, id: id, data: item }, { safe: true }, callback); | ||
}, | ||
@@ -71,0 +71,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "node-queue", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
30972