Skip to content

Commit

Permalink
[FIX] ReportContentResponse to response the isSubmitted
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhong0509 committed May 24, 2021
1 parent 78995a6 commit 7673f02
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public class ReportContentResponse {

private Boolean isMine;

private Boolean isSubmitted;

private List<ReportCommentsResponse> comments;

private String teamName;
Expand Down

0 comments on commit 7673f02

Please sign in to comment.