From f366eaab091360071590a35b5a374280f23bff5c Mon Sep 17 00:00:00 2001 From: Eugen Neuber <eugen.neuber@tugraz.at> Date: Wed, 24 Mar 2021 15:45:50 +0100 Subject: [PATCH] Fix linting errors and warnings --- src/dbp-signature-lit-element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbp-signature-lit-element.js b/src/dbp-signature-lit-element.js index 464b102..6cf9238 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 -- GitLab