Skip to content

Add production field to data messages #405

Add production field to data messages

Add production field to data messages #405

Triggered via pull request January 18, 2025 15:09
Status Failure
Total duration 1m 2s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test
Property 'production' is missing in type '{ cursor: { orderKey: bigint; }; finality: "accepted"; data: { data: string; }[]; endCursor: { orderKey: bigint; }; }' but required in type '{ readonly cursor?: Cursor | undefined; readonly endCursor?: Cursor | undefined; readonly finality: "finalized" | "accepted" | "pending" | "unknown"; readonly data: readonly ({ ...; } | null)[]; readonly production: "unknown" | ... 1 more ... | "live"; }'.
test
@apibara/indexer#build: command (/home/runner/work/typescript-sdk/typescript-sdk/packages/indexer) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636