shc support basics are working
This commit is contained in:
parent
872433c4bb
commit
4f1e6f016f
|
@ -111,8 +111,7 @@ export class Photo {
|
||||||
const blobPromise = toBlob(body);
|
const blobPromise = toBlob(body);
|
||||||
return blobPromise;
|
return blobPromise;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
Sentry.captureException(e);
|
return Promise.reject(e);
|
||||||
return Promise.reject();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue