remove comment

This commit is contained in:
Abolfazl Nourzad 2024-01-27 15:32:03 +03:30
parent d09d7f068a
commit 154f6e9857
Signed by: abolfazl
GPG Key ID: 183534166EB62E0B
1 changed files with 0 additions and 3 deletions

View File

@ -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)