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