1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Increase limit on ticker search

This commit is contained in:
Josh Pigford 2025-02-05 11:02:12 -06:00
parent b84a33c09d
commit 90f1ff8a0b

View file

@ -133,6 +133,7 @@ class Provider::Synth
req.params["name"] = query
req.params["dataset"] = dataset
req.params["country_code"] = country_code
req.params["limit"] = 25
end
parsed = JSON.parse(response.body)