Skip to content

Commit

Permalink
💄fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Jan 21, 2025
1 parent 3b3eb0c commit 910deab
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -978,11 +978,9 @@ function convertMarkdownNodeToIRTokens(
type: "paragraph",
},
(item) => {
return [
...item.children.flatMap((child) =>
convertMarkdownNodeToIRTokens(child, fontParams)
),
]
return item.children.flatMap((child) =>
convertMarkdownNodeToIRTokens(child, fontParams)
)
}
)
.with(
Expand Down

0 comments on commit 910deab

Please sign in to comment.