Skip to content

Commit 86cf9d0

Browse files
author
iobuhov
committed
FOR-1760: Fix bug whit base64 data duplication
1 parent 00f6068 commit 86cf9d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/providers/storage/base64.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const base64 = () => ({
1515
url: url,
1616
size: file.size,
1717
type: file.type,
18-
data: url.replace(`data:${file.type};base64,`, '')
1918
});
2019
};
2120

0 commit comments

Comments
 (0)