Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@

public record ApplicantsResponse(
String koreanName,
int studentCapacity,
Integer studentCapacity,
String region,
String country,
List<ApplicantResponse> applicants) {
Expand Down
Loading