refactor: remove unused parameter
This commit is contained in:
parent
5dc2f2d69e
commit
06fa0502ae
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ async function parseFile(mode: ParseMode, path: string): Promise<void> {
|
|||
*/
|
||||
|
||||
const markdownRaw = fs.readFileSync(path, "utf8")
|
||||
const markdownData = await parseMarkdown(markdownRaw, path, mode)
|
||||
const markdownData = await parseMarkdown(markdownRaw, path)
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
const { humanizedDuration, totalWords } = readTimeEstimate.default(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue