Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

ci: fix swag ci failure caused by typo annotation #454

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: fix swag ci failure caused by typo annotation
  • Loading branch information
fenghaojiang committed Nov 30, 2023
commit 858924b0cc48709bd2111af1a0a573aa8b639d19
2 changes: 1 addition & 1 deletion prover/server/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ type SignedBlock struct {
// @ID get-signed-blocks
// @Accept json
// @Produce json
// @Success 200 {object} []SignedBlocks
// @Success 200 {object} []SignedBlock
// @Router /signedBlocks [get]
func (srv *ProverServer) GetSignedBlocks(c echo.Context) error {
latestBlock, err := srv.rpc.L2.BlockByNumber(c.Request().Context(), nil)
Expand Down