Compare commits

..

2 Commits

Author SHA1 Message Date
Coltea d573111023
Merge e1b7902ba2 into 3032384457 2025-11-07 06:43:32 +00:00
coltea e1b7902ba2 feat restudy 2025-11-07 14:43:23 +08:00
2 changed files with 1 additions and 2 deletions

View File

@ -409,7 +409,7 @@ func (h *NodeHandler) NodeRestudy(c echo.Context) error {
}
if err := h.usecase.NodeRestudy(c.Request().Context(), &req); err != nil {
return h.NewResponseWithError(c, "validate request params failed", err)
return h.NewResponseWithError(c, "node restudy failed", err)
}
return h.NewResponseWithData(c, nil)

View File

@ -596,7 +596,6 @@ func (u *NodeUsecase) NodeRestudy(ctx context.Context, req *v1.NodeRestudyReq) e
log.Error(err))
continue
}
return nil
}
return nil