mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting fix
This commit is contained in:
parent
3ee6787e39
commit
fef28d1c6a
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ export const createTranscriptHTML = async (
|
|||
transcriptMarkdown = transcript.map((item) => item.text).join(' ')
|
||||
}
|
||||
|
||||
var converter = new showdown.Converter()
|
||||
const converter = new showdown.Converter()
|
||||
return converter.makeHtml(transcriptMarkdown)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue