Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix constructing search query strings with date ranges
- Both `from` and `to` are now separate keyword arguments in a bunch of places, not part of `args`. - When we switched this around, we didn't realize this method needed updating to correctly construct the time range query. - This led to further inaccurate counts in `brew contributions` for reviews, since `from` and `to` are not valid search qualifiers for the GitHub PR search APIs.
- Loading branch information