atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix type error

Juliet b66c6da7 a307dad5

+1 -1
+1 -1
src/components/create/file-upload.tsx
··· 34 34 35 35 if ((document.getElementById("exif-rm") as HTMLInputElement).checked) { 36 36 const exifRemoved = remove(new Uint8Array(await blob.arrayBuffer())); 37 - if (exifRemoved !== null) blob = new Blob([exifRemoved], { type: blob.type }); 37 + if (exifRemoved !== null) blob = new Blob([exifRemoved as BlobPart], { type: blob.type }); 38 38 } 39 39 40 40 const rpc = new Client({ handler: agent()! });