Skip to content

Commit

Permalink
Add 400 to getHealth error responses
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jul 24, 2023
1 parent 0cbccc2 commit c4e4ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/beacon/routes/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export type Api = {
): Promise<
ApiClientResponse<
{[HttpStatusCode.OK]: void; [HttpStatusCode.PARTIAL_CONTENT]: void},
HttpStatusCode.SERVICE_UNAVAILABLE
HttpStatusCode.BAD_REQUEST | HttpStatusCode.SERVICE_UNAVAILABLE
>
>;
};
Expand Down

0 comments on commit c4e4ace

Please sign in to comment.