Skip to content

Commit 8aca658

Browse files
committed
delete "user" variable in AdminRegistrationApplicationsResponse model
1 parent 3b86250 commit 8aca658

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/main/java/org/ays/auth/model/response/AdminRegistrationApplicationsResponse.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public class AdminRegistrationApplicationsResponse {
2222
private String reason;
2323
private AdminRegistrationApplicationStatus status;
2424
private Institution institution;
25-
private User user;
2625
private String createdUser;
2726
private LocalDateTime createdAt;
2827

@@ -35,16 +34,4 @@ public static class Institution {
3534
private String id;
3635
private String name;
3736
}
38-
39-
/**
40-
* Nested static class representing the user details.
41-
*/
42-
@Getter
43-
@Setter
44-
public static class User {
45-
private String id;
46-
private String firstName;
47-
private String lastName;
48-
}
49-
5037
}

0 commit comments

Comments
 (0)