We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bc2f6 commit d90978cCopy full SHA for d90978c
src/CompaniesHouse/UriBuilders/SearchCompanyUriBuilder.cs
@@ -12,7 +12,7 @@ protected override string BuildQuery(SearchCompanyRequest request)
12
{
13
var query = base.BuildQuery(request);
14
15
- if (string.IsNullOrWhiteSpace(request.Restrictions))
+ if (!string.IsNullOrWhiteSpace(request.Restrictions))
16
17
query += "&restrictions=" + request.Restrictions;
18
}
0 commit comments