Skip to content

Commit

Permalink
chore: remove unneeded tsignore
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 1, 2024
1 parent cdb4c5a commit b3706dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/forum/extenders/extendDiscussionSearchSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { extend } from 'flarum/common/extend';
import DiscussionsSearchSource from 'flarum/forum/components/DiscussionsSearchSource';

export default function extendDiscussionsSearchSource() {
@ts-ignore
extend(DiscussionsSearchSource.prototype, 'queryMutators', function (mutators: string[]) {
// This will only apply when using flarum/core 1.8.6 or newer
if (app.forum.attribute<boolean>('removeSolutionResultsFromMainSearch')) {
Expand Down

0 comments on commit b3706dc

Please sign in to comment.