Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Nov 19, 2024
1 parent 85ca97f commit 195d03a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fiduswriter/pandoc/static/js/modules/pandoc/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ export const fileToBase64 = file =>
reader.readAsDataURL(file)
})


export const fileToString = (file, binary = false) => {

if (binary) {
return fileToBase64(file)
} else {
Expand Down

0 comments on commit 195d03a

Please sign in to comment.