Skip to content

Commit

Permalink
change saveAll 함수 반환타입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 10, 2024
1 parent 3588a53 commit 180f5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.UUID
interface UserRepositorySpi {

//TODO 2024 : 1/31 반환타입 추가하기
//suspend fun saveAll(user: List<User>): List<>
suspend fun saveAll(user: List<User>)

suspend fun saveUser(user: User): User
suspend fun findByIdAndStateWithCreatePending(id: UUID): User?
Expand Down

0 comments on commit 180f5d7

Please sign in to comment.