Skip to content

Commit

Permalink
fix: chat repository 의존성 주석 - 현재 persists 인터페이스가 없는 상태
Browse files Browse the repository at this point in the history
  • Loading branch information
min9yu98 committed Aug 9, 2024
1 parent 4190a99 commit eadf81a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@RequiredArgsConstructor
public class ChatPersistAdapter implements ChatPersistPort {

private final ChatRepository chatRepository;
// private final ChatRepository chatRepository;

@Override
public Slice<ChatMessage> getChatMessages(GetAllChatMessageReqDTO getAllChatMessageReqDTO, Pageable pageable) {
Expand Down

0 comments on commit eadf81a

Please sign in to comment.