Skip to content

Commit

Permalink
Update src/main/kotlin/com/msg/gauth/domain/client/service/DeleteClie…
Browse files Browse the repository at this point in the history
…ntService.kt

Co-authored-by: 엄지성 <127853946+Umjiseung@users.noreply.github.com>
  • Loading branch information
KimTaeO and Umjiseung authored Jun 29, 2024
1 parent 5c02bf4 commit ed34d75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.springframework.data.repository.findByIdOrNull
class DeleteClientService(
private val clientRepository: ClientRepository,
private val userUtil: UserUtil,
){
) {

fun execute(id: Long){
val client = clientRepository.findByIdOrNull(id)
Expand Down

0 comments on commit ed34d75

Please sign in to comment.