Skip to content

Commit

Permalink
Web update v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantom-fs authored Apr 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0264169 commit dc1cce1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/record.js
Original file line number Diff line number Diff line change
@@ -382,9 +382,6 @@ function submitRecording() {
fetch(url, {
method: 'POST',
body: formData,
headers: {
'Content-Type': 'multipart/form-data'
},
mode: 'cors'
})
.then(response => response.json())

0 comments on commit dc1cce1

Please sign in to comment.