Skip to content

Commit

Permalink
refactor ::
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 7, 2024
1 parent 24b435f commit 0feb486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public record FullDocumentResponse(
DocumentStatus status,
IntroduceElement introduce,
List<ProjectElement>projectList,
List<AchievementElement> awardList,
List<AchievementElement> achievementList,
List<ActivityElement> activityList
) {
public static FullDocumentResponse of(DocumentEntity document, String majorName) {
Expand Down

0 comments on commit 0feb486

Please sign in to comment.