hany-consul-backup-restore
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "hany-consul-backup-restore", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Library to backup and restore consul key values", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -34,3 +34,3 @@ const parseUtil = require('./parseUtil') | ||
} | ||
callback(null, result) | ||
return callback(null, result) | ||
}) | ||
@@ -56,3 +56,3 @@ }) | ||
var blanksRemoved = result.filter(function (e) { return e }) | ||
callback(null, blanksRemoved) | ||
return callback(null, blanksRemoved) | ||
} | ||
@@ -72,3 +72,3 @@ }) | ||
var blanksRemoved = result.filter(function (e) { return e }) | ||
callback(null, blanksRemoved) | ||
return callback(null, blanksRemoved) | ||
} | ||
@@ -75,0 +75,0 @@ }) |
Sorry, the diff of this file is not supported yet
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
41615