mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
fixed minor streaming nits
This commit is contained in:
11
app/api.js
11
app/api.js
@@ -128,7 +128,6 @@ async function upload(
|
||||
streamInfo,
|
||||
metadata,
|
||||
verifierB64,
|
||||
keychain,
|
||||
onprogress,
|
||||
canceller
|
||||
) {
|
||||
@@ -176,14 +175,7 @@ async function upload(
|
||||
}
|
||||
}
|
||||
|
||||
export function uploadWs(
|
||||
encrypted,
|
||||
info,
|
||||
metadata,
|
||||
verifierB64,
|
||||
keychain,
|
||||
onprogress
|
||||
) {
|
||||
export function uploadWs(encrypted, info, metadata, verifierB64, onprogress) {
|
||||
const canceller = { cancelled: false };
|
||||
|
||||
return {
|
||||
@@ -195,7 +187,6 @@ export function uploadWs(
|
||||
info,
|
||||
metadata,
|
||||
verifierB64,
|
||||
keychain,
|
||||
onprogress,
|
||||
canceller
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user