Skip to content

Commit

Permalink
#180 / id -> coupleId
Browse files Browse the repository at this point in the history
  • Loading branch information
haeti-dev committed Dec 20, 2023
1 parent 01d9fa3 commit 4b08c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data class ResponseStartDateDto(
@SerialName("heartToken")
val heartToken: Int,
@SerialName("id")
val id: Int,
val coupleId: Int,
@SerialName("inviteCode")
val inviteCode: String,
@SerialName("startDate")
Expand Down

0 comments on commit 4b08c4b

Please sign in to comment.