Skip to content

Commit 2000b7e

Browse files
committed
fix company status url builder advanced search
1 parent e813875 commit 2000b7e

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)