mirror of https://github.com/usbharu/Hideout.git
Update src/main/kotlin/dev/usbharu/hideout/core/service/user/UserServiceImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a39ab545df
commit
db45838d95
|
@ -179,7 +179,6 @@ class UserServiceImpl(
|
||||||
userDetailRepository.findByActorId(actor.id) ?: throw IllegalStateException("user detail not found.")
|
userDetailRepository.findByActorId(actor.id) ?: throw IllegalStateException("user detail not found.")
|
||||||
userDetailRepository.delete(userDetail)
|
userDetailRepository.delete(userDetail)
|
||||||
deletedActorRepository.save(deletedActor)
|
deletedActorRepository.save(deletedActor)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
Loading…
Reference in New Issue