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)