mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 05:54:53 +00:00
fix conflict
This commit is contained in:
@@ -30,7 +30,7 @@ func NewNotifyHandler(route *echo.Group, service NotifyService) {
|
||||
func (handler *notifyHandler) test(c echo.Context) error {
|
||||
req := &domain.NotifyTestPushReq{}
|
||||
if err := c.Bind(req); err != nil {
|
||||
return err
|
||||
return resp.Err(c, err)
|
||||
}
|
||||
|
||||
if err := handler.service.Test(c.Request().Context(), req); err != nil {
|
||||
|
Reference in New Issue
Block a user