Skip to content

Commit

Permalink
[UPDATE] Report
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhong0509 committed May 26, 2021
1 parent c642f5c commit f975424
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public <R extends BaseReportRequest>void update(R reportRequest) {
this.title = reportRequest.getTitle();
this.description = reportRequest.getDescription();
this.github = reportRequest.getGithub();
this.comment = null;
if (!(reportRequest instanceof SoleReportRequest))
this.teamName = ((TeamReportRequest)reportRequest).getTeamName();
}
Expand Down

0 comments on commit f975424

Please sign in to comment.