Skip to content

Commit

Permalink
Merge pull request #199 from Team-MindWay/198-rec-deleted-500
Browse files Browse the repository at this point in the history
추천 도서 삭제 500
  • Loading branch information
ta2ye0n authored Jul 25, 2024
2 parents 1e438f7 + 0cd7e70 commit 4e4045e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class DeleteRecServiceImpl implements DeleteRecService {

private final RecRepository recRepository;
private UserUtil userUtil;
private final UserUtil userUtil;

public void execute(Long id) {
User user = userUtil.getCurrentUser();
Expand Down

0 comments on commit 4e4045e

Please sign in to comment.