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 5d450e9 commit 62a99c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/dancier/dancer/chat/ChatService.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ChatsDto getChatsByUserId(UUID dancerId) {

public ChatDto createChat(UUID dancerId, CreateChatDto createChatDto) {
throwIfDancerIsNotInChat(createChatDto.getParticipantIds(), dancerId);

log.info("About to make the rest-call");
return chatServiceClient.createChat(createChatDto);
}

Expand Down

0 comments on commit 62a99c4

Please sign in to comment.