forked from ebhomengo/niki
remove comment
This commit is contained in:
parent
d09d7f068a
commit
154f6e9857
|
@ -14,9 +14,6 @@ func (s Service) Reject(ctx context.Context, req param.KindBoxReqRejectRequest)
|
||||||
return param.KindBoxReqRejectResponse{}, richerror.New(op).WithErr(err)
|
return param.KindBoxReqRejectResponse{}, richerror.New(op).WithErr(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// fire new event to create a kind-box.
|
|
||||||
// get kind box req
|
|
||||||
|
|
||||||
kindBoxReq, gErr := s.repo.GetByID(ctx, req.ID)
|
kindBoxReq, gErr := s.repo.GetByID(ctx, req.ID)
|
||||||
if gErr != nil {
|
if gErr != nil {
|
||||||
return param.KindBoxReqRejectResponse{}, richerror.New(op).WithErr(err)
|
return param.KindBoxReqRejectResponse{}, richerror.New(op).WithErr(err)
|
||||||
|
|
Loading…
Reference in New Issue