Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issue
구현 목적
지출에서 수정되지 않은 멤버가 1명일 때 이 한명이 내야 하는 금액은 총 금액에서 고정된 멤버들을 뺀 금액과 같을 수 밖에 없어서 별도의 수정이 가능하지 않도록 막아야 합니다.
현재 수정이 가능하고, 이를 요청보내면 app이 터져버리는 버그가 있습니다.
구현 사항
기존 구현 상황에서, 수정되지 않은 멤버가 1명을 판단하는 로직 자체가 없었습니다.
이를 판단하는 로직을 추가하고, 해당 상황이라면 금액이 변경되지 않게 수정했습니다.