0
0
Fork 0

Small rubocop offences removed

This commit is contained in:
Eugen Rochko 2016-09-18 13:42:24 +02:00
parent af375b5bac
commit 9863196f7b
2 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@ class ProcessMentionsService < BaseService
begin
mentioned_account = follow_remote_account_service.("#{match.first}")
rescue Goldfinger::Error, HTTP::Error
mentioned_account = nil
end
end