Improve code style
This commit is contained in:
@ -39,7 +39,7 @@ class RemoveStatusService < BaseService
|
||||
|
||||
def remove_reblogs(status)
|
||||
status.reblogs.each do |reblog|
|
||||
RemoveStatusService.new.(reblog)
|
||||
RemoveStatusService.new.call(reblog)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user