mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Removed from props override validation because it already happens in constructor
This commit is contained in:
@@ -85,11 +85,7 @@ export default class PKPass extends Bundle {
|
|||||||
certificates = source.certificates;
|
certificates = source.certificates;
|
||||||
}
|
}
|
||||||
|
|
||||||
return new PKPass(
|
return new PKPass(buffers, certificates, props);
|
||||||
buffers,
|
|
||||||
certificates,
|
|
||||||
Schemas.validate(Schemas.OverridablePassProps, props),
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user