mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 14:19:39 +02:00
Increase limit on ticker search
This commit is contained in:
parent
b84a33c09d
commit
90f1ff8a0b
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ class Provider::Synth
|
||||||
req.params["name"] = query
|
req.params["name"] = query
|
||||||
req.params["dataset"] = dataset
|
req.params["dataset"] = dataset
|
||||||
req.params["country_code"] = country_code
|
req.params["country_code"] = country_code
|
||||||
|
req.params["limit"] = 25
|
||||||
end
|
end
|
||||||
|
|
||||||
parsed = JSON.parse(response.body)
|
parsed = JSON.parse(response.body)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue