Skip to content

Commit f4c84ab

Browse files
committed
Chore: cleanup
1 parent 16c0983 commit f4c84ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function main() {
3838
"utf-8",
3939
);
4040

41-
const { source, content, data } = parseMarkdown({ markdown: blog });
41+
const { source, content, data } = await parseMarkdown({ markdown: blog });
4242

4343
if (!blogExists) {
4444
await firestore.collection("blogs").doc(fileNameWithoutExtension).set(

0 commit comments

Comments
 (0)