Fix rubocop
This commit is contained in:
parent
c546939a40
commit
dc7778cb8b
6 changed files with 9 additions and 9 deletions
|
@ -212,7 +212,7 @@ module Account::Interactions
|
|||
return false unless local?
|
||||
|
||||
scope = followers
|
||||
scope = scope.where('follows.created_at < ?', since) if since.present?
|
||||
scope = scope.where(follows: { created_at: ...since }) if since.present?
|
||||
scope.exists?(domain: other_domain)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue