Skip to content

feat: [View/Update institution profile] Create a shared page-level al… #7

feat: [View/Update institution profile] Create a shared page-level al…

feat: [View/Update institution profile] Create a shared page-level al… #7

Triggered via push November 15, 2024 16:51
Status Failure
Total duration 8m 45s
Artifacts

push.yml

on: push
.Pre  /  Pull Dependencies
0s
.Pre / Pull Dependencies
Matrix: CodeQL / analyze
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint / TSC: src/pages/Filing/UpdateFinancialProfile/index.tsx#L21
Type '{ data: { name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined; isError: boolean; }' is not assignable to type '{ data: { name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }; isError: boolean; }'.
Lint / TSC: src/pages/Filing/ViewInstitutionProfile/index.tsx#L39
Type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined' is not assignable to type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }'.
Lint / TSC: src/pages/Filing/ViewInstitutionProfile/index.tsx#L40
Type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined' is not assignable to type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }'.
Lint / TSC: src/pages/Filing/ViewInstitutionProfile/index.tsx#L41
Type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; } | undefined' is not assignable to type '{ name: string; lei: string; hq_address_street_1: string; hq_address_city: string; hq_address_state: { code: string; name: string; }; hq_address_zip: string; is_active: boolean; tax_id: string; ... 14 more ...; top_holder_rssd_id?: string | ... 1 more ... | undefined; }'.
Lint / TSC
Process completed with exit code 2.
Test / Cypress
Process completed with exit code 1.