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.
2 parents 5ff3dc7 + 84d2f3f commit 0dab735Copy full SHA for 0dab735
src/services/search/alphabetical-search/types.ts
@@ -16,7 +16,7 @@ export interface Items {
16
}
17
18
export interface Links {
19
- self: string;
+ company_profile: string;
20
21
22
export interface TopHit {
test/services/search/alphabetical-search/service.spec.ts
@@ -27,7 +27,7 @@ const mockResponseBody : CompaniesResource = ({
27
ordered_alpha_key: "ordered alpha key",
28
ordered_alpha_key_with_id: "COMPANY:00000000",
29
links: {
30
- self: "/company/FC022000"
+ company_profile: "/company/FC022000"
31
},
32
kind: "kind"
33
0 commit comments