We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1354be commit f3b634fCopy full SHA for f3b634f
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = 'com.moa'
11
-version = 'v3.2.0'
+version = 'v3.2.1'
12
13
java {
14
toolchain {
src/main/java/com/moa/moa_server/domain/ranking/service/RankingService.java
@@ -40,7 +40,7 @@ public class RankingService {
40
private final GroupRepository groupRepository;
41
private final GroupMemberRepository groupMemberRepository;
42
43
- @Transactional(readOnly = true)
+ @Transactional
44
public TopVoteResponse getTopVotes(Long userId, Long groupId) {
45
// 유저/그룹/멤버십 검증
46
User user = validateAndGetuser(userId);
0 commit comments