Skip to content

Commit

Permalink
ChatController.sendMessage fix for review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev committed Sep 25, 2024
1 parent c0d6813 commit 1e31ec0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


import com.chat.yourway.dto.request.MessageRequestDto;
import com.chat.yourway.dto.response.MessageResponseDto;
import com.chat.yourway.service.MessageService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
Expand Down

0 comments on commit 1e31ec0

Please sign in to comment.