Skip to content
Snippets Groups Projects
Unverified Commit 9a2ade47 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix linting warning

parent fca0ba94
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ export class FileSink extends ScopedElementsMixin(DBPLitElement) { ...@@ -171,7 +171,7 @@ export class FileSink extends ScopedElementsMixin(DBPLitElement) {
sendDestination() { sendDestination() {
let data = {}; let data = {};
if (this.activeTarget == 'nextcloud') { if (this.activeTarget === 'nextcloud') {
data = {"target": this.activeTarget, "path": this._("#nextcloud-file-picker").directoryPath}; data = {"target": this.activeTarget, "path": this._("#nextcloud-file-picker").directoryPath};
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment