mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 23:45:16 +08:00
bugfix
This commit is contained in:
@@ -112,7 +112,7 @@ async function uploadFile(fn) {
|
|||||||
bar.tick(data.length);
|
bar.tick(data.length);
|
||||||
})
|
})
|
||||||
request.post({
|
request.post({
|
||||||
url,
|
realUrl,
|
||||||
formData,
|
formData,
|
||||||
}, (err, resp, body) => {
|
}, (err, resp, body) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
Reference in New Issue
Block a user