Fix new type error

This commit is contained in:
Eric Bailey
2025-02-05 18:05:55 -06:00
parent 61c7b65b18
commit 128a041891
@@ -36,7 +36,7 @@ export function ExportCarDialog({
const saveRes = await saveBytesToDisk(
'repo.car',
downloadRes.data,
downloadRes.headers['content-type'],
downloadRes.headers['content-type'] || 'application/vnd.ipld.car',
)
if (saveRes) {