Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeroni authored Oct 7, 2024
2 parents 1bd6d93 + 41c6e3e commit 4a29b3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ public class RankingResponse {
private int year;
private String category;
List<UniversityRankingResponse> universityRankingResponses;

}
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ public class UniversityRankingResponse {

private String universityName;
private String logo;
private String category;
private int rank;
}

0 comments on commit 4a29b3c

Please sign in to comment.