Skip to content

Commit

Permalink
Lint (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshakaE authored Apr 16, 2024
1 parent 54bce8a commit ea2abab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Wiki/wiki.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class WikiService {
{
lang,
title,
hidden: (eventArgs as EventArgs) ?? false,
hidden: false,
},
)
.limit(limit)
Expand Down

0 comments on commit ea2abab

Please sign in to comment.