Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 15, 2023
1 parent aaa69cd commit 32fb206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/dancier/dancer/chat/ChatService.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public ChatsDto getChatsByUserId(UUID dancerId) {
}

public ChatDto createChat(UUID dancerId, CreateChatDto createChatDto) {
log.info("check if dancer is in chat.");
throwIfDancerIsNotInChat(createChatDto.getParticipantIds(), dancerId);
log.info("About to make the rest-call");
return chatServiceClient.createChat(createChatDto);
Expand Down

0 comments on commit 32fb206

Please sign in to comment.