Skip to content

Commit

Permalink
fix: Fix mistypo FamilyInviteDeepLinkResponse field name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwon770 committed Jun 11, 2024
1 parent 42aee5f commit abbd893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public record FamilyInviteDeepLinkResponse(
Integer extraFamilyMembersCount,

@Schema(description = "전체 가족 구성원 수", example = "5")
Integer familyMembersCoun,
Integer familyMembersCount,

@Schema(description = "초대자 이름", example = "김철수")
String inviterName,
Expand Down

0 comments on commit abbd893

Please sign in to comment.