Skip to content

Commit

Permalink
Changed Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyukiNaito committed Mar 6, 2024
1 parent 4055871 commit 1c58047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/builder/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export type Api = {
stateId: StateId
): Promise<
ApiClientResponse<
{[HttpStatusCode.OK]: {data: allForks.SignedBuilderBid; version: ForkName}},
{[HttpStatusCode.OK]: {execution_optimistic: Boolean, finalized: Boolean; data: allForks.SignedBuilderBid}},
HttpStatusCode.NOT_FOUND | HttpStatusCode.BAD_REQUEST
>
>;
Expand Down

0 comments on commit 1c58047

Please sign in to comment.