hany-consul-backup-restore
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "hany-consul-backup-restore", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Library to backup and restore consul key values", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -42,4 +42,4 @@ const async = require('async') | ||
.then((willSetKey) => setConsulKeyValue(willSetKey, key, backupValue)) | ||
.then((restoredKey) => return callback(null, `${restoredKey}`)) | ||
.catch((e) => return callback(e)) | ||
.then((restoredKey) => callback(null, `${restoredKey}`)) | ||
.catch((e) => callback(e)) | ||
} | ||
@@ -46,0 +46,0 @@ |
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
41830