mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
core: fix "type" does not exist
This commit is contained in:
@@ -138,7 +138,7 @@ export function toBlobURL(
|
||||
}
|
||||
|
||||
const objectURL = URL.createObjectURL(
|
||||
new Blob([Buffer.from(data, "base64")], { type: mime })
|
||||
new Blob([Buffer.from(data, "base64")], { type: mimeType })
|
||||
);
|
||||
|
||||
if (id) OBJECT_URL_CACHE[id] = objectURL;
|
||||
|
||||
Reference in New Issue
Block a user