use auth service for validating user in competitions service
This commit is contained in:
@@ -75,4 +75,4 @@ func (s *CompetitionService) ChangeCompetitionState(ctx context.Context, req *pb
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
return s.repo.ChangeState(ctx, id, req.State)
|
return s.repo.ChangeState(ctx, id, req.State)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user