Skip to content

Commit c0ffee2

Browse files
tutor display
1 parent 9e6935a commit c0ffee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/tum/cit/aet/dataProcessing/service/RequestService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public List<ClientResponseDTO> getAllRepositoryData() {
161161
.toList();
162162

163163
return new ClientResponseDTO(
164-
tutor != null ? tutor.getName() : "Tutor not set",
164+
tutor != null ? tutor.getName() : "Unassigned",
165165
participation.getTeam(),
166166
participation.getName(),
167167
participation.getShortName(),

0 commit comments

Comments
 (0)