Skip to content

Commit c6ce90e

Browse files
committed
fix(oauth): 트랜잭션 수정
1 parent 0a460e6 commit c6ce90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/global/auth/oauth/processor/OAuthUserProcessorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@Slf4j
2020
@Service
2121
@RequiredArgsConstructor
22-
@Transactional(readOnly = true)
22+
@Transactional
2323
public class OAuthUserProcessorImpl implements OAuthUserProcessor {
2424

2525
private final OAuthResponseConverter oauthResponseConverter;

0 commit comments

Comments
 (0)