Skip to content

Commit

Permalink
feat : progressStep 에서 project_id -> projectId 으로 변경
Browse files Browse the repository at this point in the history
- 컨벤션으로 인한 수정

연관 이슈
- #252
  • Loading branch information
oowtl committed Jan 24, 2025
1 parent ecd479d commit 5bf5379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public ProjectResponse.ProjectDto registerProject(ProjectRequest.ResisterDto req

for (ProgressStep.CurrentStep step : ProgressStep.CurrentStep.values()) {
ProgressStep progressStep = ProgressStep.builder()
.project_id(project.getId())
.projectId(project.getId())
.name(step.getDescription())
.build();

Expand Down

0 comments on commit 5bf5379

Please sign in to comment.