Skip to content

Commit

Permalink
@uppy/xhr-upload: add response to upload-error callback (#5486)
Browse files Browse the repository at this point in the history
Add response to upload-error callback

Co-authored-by: Caleb Hardin <[email protected]>
  • Loading branch information
chardin1 and Caleb Hardin authored Oct 15, 2024
1 parent 6b2fe32 commit 75edb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/xhr-upload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export default class XHRUpload<
'upload-error',
file,
buildResponseError(request, error),
request,
)
}
}
Expand Down

0 comments on commit 75edb51

Please sign in to comment.