mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
yarn check
This commit is contained in:
parent
a05035f70f
commit
4c30023e35
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ const { fakeXhr } = vi.hoisted(() => ({
|
|||
fakeXhr: {
|
||||
status: 403,
|
||||
responseText: JSON.stringify({
|
||||
message:
|
||||
'File cannot be uploaded as the BIN content type is disallowed!',
|
||||
message: 'File cannot be uploaded as the BIN content type is disallowed!',
|
||||
status_code: 403,
|
||||
}),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue