Skip to content

Commit

Permalink
[fix/#76] 로그아웃-탈퇴 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnseo committed Jan 31, 2024
1 parent b5963b3 commit 6b64c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class MemberSignOutUseCase@Inject constructor(
private val authRepository: AuthRepository
) {
suspend operator fun invoke(): Result<Unit> {
return authRepository.logOutMember()
return authRepository.signOutMember()
}
}

0 comments on commit 6b64c38

Please sign in to comment.