Skip to content

Commit

Permalink
fix: wrony params name fix #11749
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode authored and Chen-jj committed May 31, 2022
1 parent 8b50c4e commit 3a2c1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-h5/src/api/network/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const createUploadTask = ({ url, filePath, formData = {}, name, header, timeout,
callbackManager.progressUpdate.trigger({
progress: Math.round(loaded / total * 100),
totalBytesSent: loaded,
totalBytesExpectedToSent: total
totalBytesExpectedToSend: total
})
}

Expand Down

0 comments on commit 3a2c1b7

Please sign in to comment.