Skip to content

Commit

Permalink
Added test line
Browse files Browse the repository at this point in the history
  • Loading branch information
JexSrs committed May 13, 2024
1 parent 5013f94 commit 9be263a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ private String getUniForLogs(String university, String system) {
}

private String uploadDocuments(String university, String system, String documents) {
System.out.println("Test line");

OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("application/json");
Expand Down

0 comments on commit 9be263a

Please sign in to comment.