chore: update prettier

This commit is contained in:
Kim, Jimin 2024-02-28 23:34:49 +09:00
parent 057294a985
commit 12ed6cf0c2
Signed by: pomp
GPG key ID: 77DAC7BB5CA8C7AA
21 changed files with 93 additions and 125 deletions

View file

@ -71,6 +71,6 @@ export default async function parsePost(data: DataToPass): Promise<void> {
JSON.stringify({
content: markdownData.content,
toc: await generateToc(markdownRaw),
})
}),
)
}