Fix build
This commit is contained in:
parent
6841ffbecc
commit
5a2b3cd0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ module Diaspora
|
|||
end
|
||||
|
||||
def request_for(to_person)
|
||||
Request.first(:from_id => self.person.id, :to_id => to_person.id).first
|
||||
Request.first(:from_id => self.person.id, :to_id => to_person.id)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue