REFACTOR: Use rescue inside do/end block

Follow up to 9cbbaf4237
This commit is contained in:
Blake Erickson 2020-04-23 16:26:29 -06:00
parent 9f52997be1
commit bd3425b389
1 changed files with 15 additions and 17 deletions

View File

@ -149,7 +149,6 @@ class UserUpdater
saved = nil
begin
User.transaction do
if attributes.key?(:muted_usernames)
update_muted_users(attributes[:muted_usernames])
@ -169,7 +168,6 @@ class UserUpdater
attributes.fetch(:name) { '' }
)
end
end
rescue Addressable::URI::InvalidURIError => e
# Prevent 500 for crazy url input
return saved