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