Skip to content

Commit f890d88

Browse files
changed query name
1 parent 5e1ddee commit f890d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class DissolvedSearchService {
1111
}
1212
const ALPHABETICAL_QUERY = "&search_type=alphabetical";
1313
const BEST_MATCH_QUERY = "&search_type=best-match";
14-
const PREVIOUSNAME_QUERY = "&search_type=previousName";
14+
const PREVIOUSNAME_QUERY = "&search_type=previous-name-dissolved";
1515

1616
let dissolvedSearchURL = "/dissolved-search/companies?q=" + companyName;
1717

0 commit comments

Comments
 (0)