mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
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:
committed by
GitHub
co-authored by
github-actions[bot]
parent
a39ab545df
commit
db45838d95
@@ -179,7 +179,6 @@ class UserServiceImpl(
|
||||
userDetailRepository.findByActorId(actor.id) ?: throw IllegalStateException("user detail not found.")
|
||||
userDetailRepository.delete(userDetail)
|
||||
deletedActorRepository.save(deletedActor)
|
||||
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user