Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Aug 29, 2024
1 parent 20b86b1 commit 75f2a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typegen/src/metadataMd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function renderPage (page: Page): string {
md += `\n- **${bullet}**: ${
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
item[bullet] instanceof Vec
? docsVecToMarkdown(item[bullet] as Vec<Text>, 2).toString()
? docsVecToMarkdown(item[bullet], 2).toString()
: item[bullet]
}`;
});
Expand Down

0 comments on commit 75f2a3b

Please sign in to comment.