Skip to content

Commit

Permalink
Merge pull request #10 from Team-Clody/Feat/#8
Browse files Browse the repository at this point in the history
Fix : import 수정
  • Loading branch information
hyunw9 authored Jul 19, 2024
2 parents e07dd56 + dec89c1 commit 559ef67
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
import java.util.concurrent.TimeUnit;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.sopt.gptapi.service.ChatService;
import org.sopt.gptapi.service.chat.ChatService;
import org.sopt.gptapi.service.dto.DiaryListenedMessage;
import org.springframework.data.redis.connection.Message;
import org.springframework.data.redis.connection.MessageListener;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;

@Service
Expand Down

0 comments on commit 559ef67

Please sign in to comment.