Skip to content

Commit

Permalink
Revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Oct 29, 2024
1 parent e68e7ac commit d3140f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/searchable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def indexed_changed?
end

def reindex!
# SearchDocument.index(self)
SearchDocument.index(self)
end
end

0 comments on commit d3140f9

Please sign in to comment.