Skip to content

Commit

Permalink
Frozen @ Sat Mar 9 04:19:28 EST 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Mar 9, 2024
1 parent f064cee commit 54286c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/universal.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const runtime = {
name: file.name, size: file.size, type: file.type,
buffer: options?.buffer
? await utilitas.storage.convert(file, { input: BLOB, expected: BUFFER })
: { tyle: DataURL, data: await utilitas.storage.convert(file, { input: BLOB, expected: DATAURL }) },
: { type: DataURL, data: await utilitas.storage.convert(file, { input: BLOB, expected: DATAURL }) },
}))(event.target.files[i]));
}
return await Promise.all(files);
Expand Down

0 comments on commit 54286c9

Please sign in to comment.