diff --git a/cmd/svc/org/service/service.go b/cmd/svc/org/service/service.go index 8603d8f..0c90894 100644 --- a/cmd/svc/org/service/service.go +++ b/cmd/svc/org/service/service.go @@ -88,6 +88,7 @@ func (s *Service) GetOrg( "id", req.Msg.GetId(), "err", err, ) + if errors.Is(err, sql.ErrNoRows) { return nil, connect.NewError( connect.CodeNotFound,