Skip to content
Snippets Groups Projects
Commit f366eaab authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon:
Browse files

Fix linting errors and warnings

parent 0dfaa222
No related branches found
No related tags found
No related merge requests found
Pipeline #18348 passed
...@@ -279,7 +279,7 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement { ...@@ -279,7 +279,7 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement {
// add annotations // add annotations
if (annotations.length > 0) { if (annotations.length > 0) {
file = await this.addAnnotationsToFile(file, annotations, i18n) file = await this.addAnnotationsToFile(file, annotations, i18n);
console.log("uploadFile file", file); console.log("uploadFile file", file);
// Also send annotations to the server so they get included in the signature block // Also send annotations to the server so they get included in the signature block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment