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:
usbharu 2023-12-13 17:31:59 +09:00 committed by GitHub
parent eb634e4c7e
commit c3a37b4ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ class UserServiceImpl(
userDetailRepository.findByActorId(actor.id) ?: throw IllegalStateException("user detail not found.")
userDetailRepository.delete(userDetail)
deletedActorRepository.save(deletedActor)
}
companion object {