diff --git a/prover/server/api.go b/prover/server/api.go index 53c7e3cac..4ef5ec728 100644 --- a/prover/server/api.go +++ b/prover/server/api.go @@ -82,7 +82,7 @@ type ProposeBlockResponse struct { // can submit onchain. // // @Summary Try to accept a block proof assignment -// @Param body body CreateAssignmentRequestBody true "assignment request body" +// @Param body CreateAssignmentRequestBody true "assignment request body" // @Accept json // @Produce json // @Success 200 {object} ProposeBlockResponse