couchdb-worker
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -133,3 +133,3 @@ /* | ||
db.insert(doc, function(err, body) { | ||
db.insert(doc, doc._id, function(err, body) { | ||
if (err) { | ||
@@ -165,3 +165,3 @@ feed.emit('worker:error', err, doc); | ||
db.insert(doc, function(err, body) { | ||
db.insert(doc, doc._id, function(err, body) { | ||
if (err) { | ||
@@ -168,0 +168,0 @@ if (err.error !== 'conflict') { |
{ | ||
"name": "couchdb-worker", | ||
"description": "CouchDB worker module that manages state", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"homepage": "https://github.com/jo/couchdb-worker", | ||
@@ -6,0 +6,0 @@ "author": { |
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
23538