style: スタイルを調整

This commit is contained in:
usbharu 2023-09-27 14:50:28 +09:00
parent 9d6cf714a7
commit 8913afba45
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ class MastodonAccountApiController(
reason: String?
): ResponseEntity<Unit> = runBlocking {
transaction.transaction {
accountApiService.registerAccount(UserCreateDto(username, username, "", password))
}
val httpHeaders = HttpHeaders()