yarn check

This commit is contained in:
prakash 2026-06-25 20:35:45 +05:30
parent a05035f70f
commit 4c30023e35
No known key found for this signature in database

View file

@ -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,
}),
},