Skip to content

Commit

Permalink
Web update v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantom-fs authored Apr 19, 2024
1 parent dc1cce1 commit ff63c05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ function submitRecording() {
// Send the video blob to the server
fetch(url, {
method: 'POST',
body: formData,
mode: 'cors'
body: formData
})
.then(response => response.json())
.then(data => {
Expand Down

0 comments on commit ff63c05

Please sign in to comment.