Skip to content

Commit

Permalink
chore: Modify variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-vincent committed Jul 17, 2024
1 parent 3625cb1 commit ebe16b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
@Data
public class RecommendResponse {
private String clusterType;
private List<JeonseCheckList> jeonseCheckList;
private List<JeonseCheckList> recommend;
}
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public RecommendResponse recommendJeonse(RecommendRequest recommendRequest) {
recommendList.add(jeonseCheckList);
}
}
recommendResponse.setJeonseCheckList(recommendList);
recommendResponse.setRecommend(recommendList);
return recommendResponse;
}

Expand Down

0 comments on commit ebe16b6

Please sign in to comment.