Skip to content

Commit

Permalink
Remove use of deprecated tus-js-client resume.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Armstrong committed Dec 12, 2024
1 parent 958e5b0 commit 9674073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/block/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ class CloudflareStreamEdit extends Component {
'/media';

const upload = new tus.Upload( file, {
resume: block.state.resume,
removeFingerprintOnSuccess: true,
endpoint: baseUrl,
retryDelays: [ 0, 1000, 3000, 5000 ],
Expand Down

0 comments on commit 9674073

Please sign in to comment.