Skip to content

Commit

Permalink
refactor: 불필요한 objectMapper 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jjikky committed Sep 2, 2024
1 parent ec9eed2 commit c45170c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import com.example.daobe.user.domain.User;
import com.example.daobe.user.domain.repository.UserRepository;
import com.example.daobe.user.exception.UserException;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.util.Comparator;
import java.util.List;
import java.util.Set;
Expand All @@ -53,7 +52,6 @@ public class ObjetService {
private final ChatService chatRoomService;
private final ObjetCallRepository objetCallRepository;
private final ApplicationEventPublisher eventPublisher;
private final ObjectMapper objectMapper = new ObjectMapper();

@Transactional
public ObjetCreateResponseDto create(Long userId, ObjetCreateRequestDto request) {
Expand Down

0 comments on commit c45170c

Please sign in to comment.