mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
fix lint
This commit is contained in:
parent
751dfa66a8
commit
34ce8a8e3c
@ -30,7 +30,6 @@ export function addCacheBuster(urlStr, random = Math.random) {
|
||||
export function mapAsFormData(map) {
|
||||
const formData = new FormData();
|
||||
for (const [name, value] of map) {
|
||||
let filename;
|
||||
// Special case {name: string, blob: BlobHandle} to set a filename.
|
||||
// This is the format returned by platform.openFile
|
||||
if (value.blob?.nativeBlob && value.name) {
|
||||
|
Loading…
Reference in New Issue
Block a user