Skip to content

Commit

Permalink
added back old code
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Oct 21, 2024
1 parent 0175eac commit 6259b32
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,11 @@ public void authorizeUser(String repositoryTypeOrUserName, User user, Programmin

ProgrammingExerciseParticipation participation;
try {
// participation = programmingExerciseParticipationService.retrieveParticipationForRepository(exercise, repositoryTypeOrUserName,
// localVCRepositoryUri.isPracticeRepository(), true);
participation = programmingExerciseParticipationService.retrieveParticipationForRepository(exercise, repositoryTypeOrUserName,
localVCRepositoryUri.isPracticeRepository(), true);

participation = programmingExerciseParticipationService.retrieveParticipationForRepository(repositoryTypeOrUserName, localVCRepositoryUri.toString());
// TODO Add this back in when we have figured out what is incorrect in the playwright configuration for (MySQL, Local)
// participation = programmingExerciseParticipationService.retrieveParticipationForRepository(repositoryTypeOrUserName, localVCRepositoryUri.toString());
}
catch (EntityNotFoundException e) {
throw new LocalVCInternalException(
Expand Down

0 comments on commit 6259b32

Please sign in to comment.