mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 00:25:30 +00:00
Added content-certificates support;
Fixed problem with supported options
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user