shc support basics are working

This commit is contained in:
Billy Lo 2021-09-21 09:36:43 -04:00
parent 872433c4bb
commit 4f1e6f016f
1 changed files with 1 additions and 2 deletions

View File

@ -111,8 +111,7 @@ export class Photo {
const blobPromise = toBlob(body);
return blobPromise;
} catch (e) {
Sentry.captureException(e);
return Promise.reject();
return Promise.reject(e);
}
}