Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 8, 2024
1 parent 281e0f1 commit c1e6f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hatsu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default (userOptions: Options) => {
pages.forEach((page) => {
if (
page.document &&
((options.matches).some((match) =>
(options.matches.some((match) =>
match instanceof RegExp
? page.data.url.match(match)
: page.data.url.includes(match)
Expand Down

0 comments on commit c1e6f00

Please sign in to comment.