We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6935a commit c0ffee2Copy full SHA for c0ffee2
src/main/java/de/tum/cit/aet/dataProcessing/service/RequestService.java
@@ -161,7 +161,7 @@ public List<ClientResponseDTO> getAllRepositoryData() {
161
.toList();
162
163
return new ClientResponseDTO(
164
- tutor != null ? tutor.getName() : "Tutor not set",
+ tutor != null ? tutor.getName() : "Unassigned",
165
participation.getTeam(),
166
participation.getName(),
167
participation.getShortName(),
0 commit comments