Skip to content

Commit

Permalink
Merge pull request #153 from Hanaro-trip-together-bank/feature/dues_paid
Browse files Browse the repository at this point in the history
fix: 모임 규칙 조회 api 수정
  • Loading branch information
ny2060 authored Jun 7, 2024
2 parents 3165aa5 + bff36bb commit cf317ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public Dues toEntity() {
.duesAmount(duesAmount)
.duesDate(duesDate)
.teamIdx(teamIdx)
.isDeleted(false)
.build();
}
}

0 comments on commit cf317ee

Please sign in to comment.