Skip to content

Commit

Permalink
Merge pull request #153 from masters2023-4th-project-carrot-talk/fix/#…
Browse files Browse the repository at this point in the history
…152-chat

[be] Fix/#152 chat
  • Loading branch information
chunghye98 authored Oct 4, 2023
2 parents cffc2a4 + 0058445 commit 43c170d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ChatMessageResponseDtos {
@JsonProperty("chattings")
private List<ChatMessageResponseDto> chatMessageResponseDtos;

@JsonProperty("next")
@JsonProperty("nextId")
private Long nextId;

@Builder
Expand Down

0 comments on commit 43c170d

Please sign in to comment.