hospitalrun-dblisteners
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -106,3 +106,3 @@ var uuid = require('node-uuid'); | ||
var currentDoc = change.doc; | ||
resolveConflicts(change.id, conflicts, currentDoc, maindb, function(err) { | ||
resolveConflicts(change.id, conflicts, currentDoc, function(err) { | ||
if (err) { | ||
@@ -109,0 +109,0 @@ console.log('ERROR resolving conflicts: ' + JSON.stringify(err, null, 2)); |
{ | ||
"name": "hospitalrun-dblisteners", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "CouchDB listeners for HospitalRun", | ||
@@ -5,0 +5,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
47107