diff --git a/demo/54-custom-properties.ts b/demo/54-custom-properties.ts index 4aad3864c9..8a217183a0 100644 --- a/demo/54-custom-properties.ts +++ b/demo/54-custom-properties.ts @@ -18,11 +18,8 @@ const doc = new Document( { name: "Subtitle", value: "Subtitle" }, { name: "Address", value: "Address" }, ], + sections: [], }, - // No file properties - {}, - // No sections - [], ); Packer.toBuffer(doc).then((buffer) => {