Skip to content

Commit

Permalink
♻️ : 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Feb 5, 2024
1 parent cb99343 commit 9ba3870
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public ProjectRes.PatchProjectImg modifyProjectImg(Long projectId, Long projectI
return new ProjectRes.PatchProjectImg(projectImgId, projectImage.getUrl());
}

@Transactional
public void patchProjectActive(Long projectId) {
Project project = projectAdaptor.findById(projectId);

Expand Down

0 comments on commit 9ba3870

Please sign in to comment.