From 5ce12fda91901091abf9ca7c33066f77190998c4 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 14 Oct 2021 18:09:21 +0200 Subject: [PATCH] Autoformat --- src/PKPass.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PKPass.ts b/src/PKPass.ts index 3c42601..3bd1069 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -81,7 +81,10 @@ export default class PKPass extends Bundle { buffers = await getModelFolderContents(source.model); certificates = source.certificates; - props = Schemas.validate(Schemas.OverridablePassProps, source.props); + props = Schemas.validate( + Schemas.OverridablePassProps, + source.props, + ); } if (additionalProps && Object.keys(additionalProps).length) {