Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Nov 15, 2023
2 parents 3065410 + 1197010 commit 6f3b454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.springframework.transaction.annotation.Transactional

@Service
@Transactional(readOnly = true)
abstract class AuthServiceImpl(
class AuthServiceImpl(
private val tokenProvider: TokenProvider,
private val userFacade: UserFacade,
private val userRepository: UserRepository,
Expand Down

0 comments on commit 6f3b454

Please sign in to comment.