mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 17:25:21 +00:00
Removed old comments
This commit is contained in:
@@ -149,10 +149,6 @@ export default class PKPass extends Bundle {
|
||||
) {
|
||||
super("application/vnd.apple.pkpass");
|
||||
|
||||
/**
|
||||
* @TODO Validate options against Joi Schema
|
||||
*/
|
||||
|
||||
const buffersEntries = Object.entries(buffers);
|
||||
|
||||
for (
|
||||
@@ -580,10 +576,6 @@ export default class PKPass extends Bundle {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @TODO pack out fields from FieldsArray
|
||||
*/
|
||||
|
||||
const manifest = this[createManifestSymbol]();
|
||||
super.addBuffer("manifest.json", Buffer.from(JSON.stringify(manifest)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user