From cd289ef164d2f2a4603b03f74653ba32a8288733 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 3 Oct 2021 17:07:00 +0200 Subject: [PATCH] Removed old comments --- src/PKPass.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/PKPass.ts b/src/PKPass.ts index 5783fc8..0ba649d 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -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)));