Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not return a request in buildRequests on error
In some cases, the buildCdbRequest function might return a falsy value, in case of error in creating the request or if we know in advance that this request will return a no-bid. In this case, the buildRequests() method should not return a request, causing a no-bid.
- Loading branch information