fix from leftover testing

This commit is contained in:
Mary Hipp 2025-03-31 11:41:29 -04:00 committed by Mary Hipp Rogers
parent 77bf5c15bb
commit a5851ca31c

View File

@ -93,7 +93,7 @@ export const useClientSideUpload = () => {
}),
}).then((res) => res.json());
if (isPresignedUrlResponse(response)) {
if (!isPresignedUrlResponse(response)) {
throw new Error('Invalid response');
}