This commit is contained in:
parent
1a37d7e252
commit
1c379b7ef4
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ class SearchService < BaseService
|
|||
attr_accessor :query, :account, :limit, :resolve
|
||||
|
||||
def call(query, limit, resolve = false, account = nil)
|
||||
@query = query
|
||||
@query = query.strip
|
||||
@account = account
|
||||
@limit = limit
|
||||
@resolve = resolve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue