Skip to content

Commit

Permalink
better format
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 23, 2023
1 parent dc38a23 commit a934500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/dancier/dancer/chat/dto/ChatDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
public class ChatDto {
private UUID chatId;
private List<UUID> participantIds;
@JsonFormat(shape = JsonFormat.Shape.STRING)
private OffsetDateTime lastActivity;
private MessageDto lastMessage;
@JsonFormat(shape = JsonFormat.Shape.STRING)
Expand Down

0 comments on commit a934500

Please sign in to comment.