Added content-certificates support;

Fixed problem with supported options
This commit is contained in:
Alexander Cerutti
2019-01-29 20:23:10 +01:00
parent a9f71f113d
commit 34d4879438
2 changed files with 11 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ function getValidated(opts, schemaName) {
if (validation.error) {
debug(`Validation failed in getValidated due to error: ${validation.error.message}`);
return {};
return null;
}
return validation.value;