Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 16, 2025
1 parent 7d935d0 commit aacea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helper/src/client/utils/getHeaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const resolveHeaders = (
? [2, 6]
: levels
const allowedHeaders = headers.filter(
(h) => h.level >= high && h.level <= low,
(header) => header.level >= high && header.level <= low,
)

const result: HeaderItem[] = []
Expand Down

0 comments on commit aacea31

Please sign in to comment.