We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f6068 commit 86cf9d0Copy full SHA for 86cf9d0
src/providers/storage/base64.js
@@ -15,7 +15,6 @@ const base64 = () => ({
15
url: url,
16
size: file.size,
17
type: file.type,
18
- data: url.replace(`data:${file.type};base64,`, '')
19
});
20
};
21
0 commit comments