Skip to content

Commit 05ab1de

Browse files
authored
Merge pull request #280 from companieshouse/update-advanced-search-service-company-status
fix company status url builder advanced search
2 parents 42cd06b + 2000b7e commit 05ab1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/search/advanced-search/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default class AdvancedSearchService {
5050
}
5151

5252
if (companyStatus !== null) {
53-
buildEnhancedSearchURL.append(COMPANY_STATUS_QUERY, companyNameIncludes)
53+
buildEnhancedSearchURL.append(COMPANY_STATUS_QUERY, companyStatus);
5454
}
5555

5656
if (companyType !== null) {

0 commit comments

Comments
 (0)