Skip to content
Snippets Groups Projects
Unverified Commit b00f945d authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

Remove implied StandardError rescue (#23942)

parent c65c34df
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class ActivityPub::MigratedFollowDeliveryWorker < ActivityPub::DeliveryWorker
def unfollow_old_account!(old_target_account_id)
old_target_account = Account.find(old_target_account_id)
UnfollowService.new.call(@source_account, old_target_account, skip_unmerge: true)
rescue StandardError
rescue
true
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment