Skip to content

Commit

Permalink
@uppt/xhr-upload: fix this.uppy is undefined error (#3207)
Browse files Browse the repository at this point in the history
Fixes: #3195
  • Loading branch information
aduh95 committed Sep 20, 2021
1 parent ff727d4 commit c84e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/xhr-upload/src/index.js
Expand Up @@ -87,7 +87,7 @@ module.exports = class XHRUpload extends BasePlugin {
try {
parsedResponse = JSON.parse(responseText)
} catch (err) {
this.uppy.log(err)
uppy.log(err)
}

return parsedResponse
Expand Down

0 comments on commit c84e218

Please sign in to comment.