Skip to content

Subscription Integration #503

Subscription Integration

Subscription Integration #503

Triggered via pull request November 21, 2024 12:00
Status Failure
Total duration 47s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Typecheck: src/views/Home/AlertsMap/index.tsx#L257
Type '{ id: string; title: string; urgency: AlertInfoUrgencyEnum[] | undefined; severity: AlertInfoSeverityEnum[] | undefined; certainty: AlertInfoCertaintyEnum[] | undefined; country: string | undefined; admin1: string | undefined; }' is missing the following properties from type 'UserAlertSubscriptionInput': alertFilters, name
Typecheck: src/views/Home/AlertsTable/index.tsx#L363
Type '{ id: string; title: string; urgency: AlertInfoUrgencyEnum[] | undefined; severity: AlertInfoSeverityEnum[] | undefined; certainty: AlertInfoCertaintyEnum[] | undefined; country: string | undefined; admin1: string | undefined; }' is missing the following properties from type 'UserAlertSubscriptionInput': alertFilters, name
Typecheck
Process completed with exit code 2.