Ran a linter on the code

pull/3/head
Brogan Clements 2021-12-03 15:11:25 -05:00
parent 17699bb3b9
commit ecbf40aa4c
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ function getMediaFromDirectory(dir) {
/**
* Turns a single markdown file into the json structure needed
* @param {path} doc - a single file path to a markdown file
* @returns {object} Json object of entries in the md file
* @param {path} doc - a single file path to a markdown file
* @returns {object} Json object of entries in the md file
*/
function parseMarkdown(doc) {
let tree = remark.parse(doc).children;