chore (linter): linting of new js

This commit is contained in:
MickaelK 2025-02-03 23:44:34 +11:00
parent c8bd0121c9
commit 0f0e8f56e3

View file

@ -49,7 +49,7 @@ class FilestashTable extends HTMLElement {
"feather": "application/vnd.apache.feather",
"parquet": "application/vnd.apache.parquet",
"dbf": "application/dbf",
}[name.split('.').pop().toLowerCase()];
}[name.split(".").pop().toLowerCase()];
this.style.display = "inline-block";
this.iframe.srcdoc = `<!DOCTYPE html>