Skip to content

Commit b29f5e1

Browse files
committed
tweak
1 parent f81e58f commit b29f5e1

File tree

1 file changed

+0
-3
lines changed
  • packages/site-kit/src/lib/markdown

1 file changed

+0
-3
lines changed

packages/site-kit/src/lib/markdown/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,7 @@ export function extract_frontmatter(markdown: string) {
123123

124124
// Prettier might split things awkwardly, so we can't just go line-by-line
125125

126-
/** @type {string} */
127126
let key = '';
128-
129-
/** @type {string} */
130127
let value = '';
131128

132129
for (const line of frontmatter.split('\n')) {

0 commit comments

Comments
 (0)