Skip to content

Commit

Permalink
Fix progressive upload dispose()
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo committed Apr 3, 2024
1 parent 3b77498 commit af5fce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export default {

dispose() {
ApiVideoUploader.disposeProgressiveUploadSession(this.#sessionId);
this.#sessionId = this.#generateSessionId();
}

#generateSessionId() {
Expand Down

0 comments on commit af5fce0

Please sign in to comment.