Fix test
This commit is contained in:
parent
a828efa9be
commit
f6e590f741
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ module Account::Interactions
|
||||||
return false unless local?
|
return false unless local?
|
||||||
|
|
||||||
scope = followers
|
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)
|
scope.exists?(domain: other_domain)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue