Skip to content

Commit

Permalink
fix: 순환의존 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SangWoon123 committed Apr 26, 2024
1 parent 7253ee5 commit e3bab07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
public class TodoService {

private final TodoRepository todoRepository;
private final TodoHistoryService historyService;
private final UserService userService;

public TodoResponse createTask(CustomUser userDto, TodoRequest create) {
Expand Down

0 comments on commit e3bab07

Please sign in to comment.