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.
What is this PR? 🔍
🛠️ Issue
Changes 📝
DuplicateVote
라는 네이밍이 이미 투표한 토픽에 투표해서 중복인지, 투표 수정 시 같은 선택지로 투표해서 중복인지 모호해서 둘 다 구체화checkTopicVotable
이 vote modify시에도 사용되고 있었는데, votable이면 투표 수정이 아니라 투표를 할 수 있는지 체크하는 게 맞는 것 같아서, votable과 modifiable 판단하는 메서드 나눔To Reviewers 📢