hany-consul-backup-restore
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "hany-consul-backup-restore", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Library to backup and restore consul key values", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -24,3 +24,3 @@ const parseUtil = require('./parseUtil') | ||
callback(err) | ||
return | ||
return null | ||
} | ||
@@ -31,3 +31,3 @@ }) | ||
callback(err) | ||
return | ||
return null | ||
} | ||
@@ -34,0 +34,0 @@ s3FileUtil.backup(keyValues, options.prefix, options.s3BucketName, options.filePath, (err, result) => { |
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
41723