Removed one too many `rescue`s.

master
multiple creatures 2019-11-17 19:01:22 -06:00
parent f01f38d0ea
commit 1391f44188
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace :monsterfork do
begin
next if s.destroyed?
s.update_column(:normalized_text, normalize_status(s))
rescue rescue ActiveRecord::RecordNotFound
rescue ActiveRecord::RecordNotFound
true
end
end