mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Added missing parameters to upload.
This commit is contained in:
@@ -155,7 +155,7 @@ export class Transfer {
|
||||
resolve(result);
|
||||
}, (err: FileTransferError) => {
|
||||
reject(err);
|
||||
});
|
||||
}, options, trustAllHosts);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user