tus: remove 'uploader' param -- seems to be breaking Sentry.

This commit is contained in:
infinite-persistence 2022-02-21 19:41:33 +08:00
parent 79f1b1242d
commit f14e7ad0ec
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -96,7 +96,7 @@ export function makeResumableUploadRequest(
window.store.dispatch(doUpdateUploadProgress({ guid, status: 'error' }));
analytics.sentryError(err, uploader);
analytics.sentryError(err);
reject(
// $FlowFixMe - flow's constructor for Error is incorrect.