fix(upload): download function invokes wrong command

pull/103/head
Fabian-Lars 2 years ago committed by GitHub
parent aeb2125176
commit 8f0d662ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ async function download(
await listenToEventIfNeeded("download://progress");
await invoke("plugin:upload|upload", {
await invoke("plugin:upload|download", {
id,
url,
filePath,

Loading…
Cancel
Save