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 7ddb255 commit f6eea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/dancier/dancer/chat/dto/ChatDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public class ChatDto {
private List<UUID> participantIds;
// @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
// private OffsetDateTime lastActivity;
private MessageDto lastMessage;
// private MessageDto lastMessage;
// private OffsetDateTime createdAt;
}

0 comments on commit f6eea87

Please sign in to comment.