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 f890d88 commit 6072e46Copy full SHA for 6072e46
src/services/search/dissolved-search/service.ts
@@ -18,7 +18,7 @@ export default class DissolvedSearchService {
18
if (searchType === "alphabetical") {
19
dissolvedSearchURL += ALPHABETICAL_QUERY;
20
}
21
- if (searchType === "previousName"){
+ if (searchType === "previousName") {
22
dissolvedSearchURL += PREVIOUSNAME_QUERY;
23
24
if (searchType === "best-match") {
0 commit comments