mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Autoformat
This commit is contained in:
@@ -81,7 +81,10 @@ export default class PKPass extends Bundle {
|
||||
|
||||
buffers = await getModelFolderContents(source.model);
|
||||
certificates = source.certificates;
|
||||
props = Schemas.validate(Schemas.OverridablePassProps, source.props);
|
||||
props = Schemas.validate(
|
||||
Schemas.OverridablePassProps,
|
||||
source.props,
|
||||
);
|
||||
}
|
||||
|
||||
if (additionalProps && Object.keys(additionalProps).length) {
|
||||
|
||||
Reference in New Issue
Block a user