This commit is contained in:
@@ -14,6 +14,7 @@ public class AppealResponse {
|
||||
private String additionalInfo;
|
||||
private String status;
|
||||
private String adminComment;
|
||||
private String fileName;
|
||||
private LocalDateTime createdAt;
|
||||
private LocalDateTime resolvedAt;
|
||||
}
|
||||
|
||||
@@ -276,6 +276,7 @@ public class ModerationService {
|
||||
.additionalInfo(appeal.getAdditionalInfo())
|
||||
.status(appeal.getStatus().name())
|
||||
.adminComment(appeal.getAdminComment())
|
||||
.fileName(appeal.getFile().getOriginalFileName())
|
||||
.createdAt(appeal.getCreatedAt())
|
||||
.resolvedAt(appeal.getResolvedAt())
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user