diff --git a/src/dbp-signature-lit-element.js b/src/dbp-signature-lit-element.js index 464b102123fc19dae5287df40ad8dbf3e43b1b3a..6cf92387ca2b6049f5d536e76df19d9309a65e65 100644 --- a/src/dbp-signature-lit-element.js +++ b/src/dbp-signature-lit-element.js @@ -279,7 +279,7 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement { // add annotations if (annotations.length > 0) { - file = await this.addAnnotationsToFile(file, annotations, i18n) + file = await this.addAnnotationsToFile(file, annotations, i18n); console.log("uploadFile file", file); // Also send annotations to the server so they get included in the signature block