Skip to content

(BEDS-501) add enabled flag to all thresholds #182

(BEDS-501) add enabled flag to all thresholds

(BEDS-501) add enabled flag to all thresholds #182

Triggered via pull request September 19, 2024 08:36
@LuccaBitflyLuccaBitfly
synchronize #870
BEDS-501
Status Failure
Total duration 1m 27s
Artifacts
lint and typecheck
57s
lint and typecheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint and typecheck
Property 'is_group_offline_subscribed' is missing in type '{ group_offline_threshold: number; is_attestations_missed_subscribed: true; is_block_proposal_subscribed: true; is_real_time_mode_enabled: false; is_slashed_subscribed: false; is_sync_subscribed: true; ... 4 more ...; webhook_url: string; }' but required in type 'NotificationSettingsValidatorDashboard'.
lint and typecheck
Type '{ do_not_disturb_timestamp: number; is_email_notifications_enabled: false; is_machine_offline_subscribed: true; is_push_notifications_enabled: true; is_rocket_pool_new_reward_round_subscribed: true; ... 5 more ...; subscribed_clients: never[]; }' is missing the following properties from type 'NotificationSettingsGeneral': is_machine_storage_usage_subscribed, is_machine_cpu_usage_subscribed, is_machine_memory_usage_subscribed, is_rocket_pool_max_collateral_subscribed, is_rocket_pool_min_collateral_subscribed
lint and typecheck
Process completed with exit code 1.
lint and typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/