Skip to content

Refactor: Restructure Node Request Format and Fix Type Issues #2828

Refactor: Restructure Node Request Format and Fix Type Issues

Refactor: Restructure Node Request Format and Fix Type Issues #2828

Triggered via pull request January 10, 2025 14:46
Status Failure
Total duration 1m 5s
Artifacts

build-check.yml

on: pull_request
craco-build-run
53s
craco-build-run
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
craco-build-run: src/components/SourcesTableModal/SourcesView/Topics/EditTopicModal/index.tsx#L52
Argument of type '{ node_type: string; node_data: { name: string; }; }' is not assignable to parameter of type 'NodeRequest'.
craco-build-run: src/components/SourcesTableModal/SourcesView/Topics/Table/TableRow.tsx#L48
Argument of type '{ node_type: string; node_data: { is_muted: boolean; }; }' is not assignable to parameter of type 'NodeRequest'.
craco-build-run: src/components/SourcesTableModal/SourcesView/Topics/Table/index.tsx#L86
Argument of type '{ node_data: { is_muted: boolean; }; }' is not assignable to parameter of type 'NodeRequest'.
craco-build-run: src/components/SourcesTableModal/SourcesView/Topics/index.tsx#L88
Argument of type '{ node_data: { is_muted: boolean; }; }' is not assignable to parameter of type 'NodeRequest'.
craco-build-run
Process completed with exit code 2.
craco-build-run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636