mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Added another TODO to constructor
This commit is contained in:
@@ -100,6 +100,10 @@ export class PKPass extends Bundle {
|
||||
constructor(buffers: NamedBuffers, certificates: Certificates) {
|
||||
super("application/vnd.apple.pkpass");
|
||||
|
||||
/**
|
||||
* @TODO Validate options against Joi Schema
|
||||
*/
|
||||
|
||||
const buffersEntries = Object.entries(buffers);
|
||||
|
||||
for (
|
||||
|
||||
Reference in New Issue
Block a user