Skip to content

Commit

Permalink
fixup! fixup! Full backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Oct 23, 2023
1 parent 4836340 commit 9aeae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/utils/src/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function fetcher(url, options = {}) {

xhr.open(method || 'GET', url, true)
xhr.withCredentials = withCredentials
if (responseType !== '') {
if (responseType) {
xhr.responseType = responseType
}

Expand Down

0 comments on commit 9aeae6c

Please sign in to comment.