We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf815b commit 500bcaaCopy full SHA for 500bcaa
noweekend-core/core-api/src/main/kotlin/noweekend/core/domain/auth/AuthApplicationServiceImpl.kt
@@ -5,7 +5,6 @@ import noweekend.client.common.OAuthLoginParams
5
import noweekend.core.api.controller.v1.response.OAuthLoginResponse
6
import org.springframework.stereotype.Service
7
8
-// TODO: Transactional 넣어야 함
9
@Service
10
class AuthApplicationServiceImpl(
11
private val oauthClients: List<OAuthClient>,
0 commit comments