Skip to content

Commit

Permalink
refactor: Service의 반환 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunji1203 committed Sep 16, 2023
1 parent afa4ed5 commit 42cc780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ interface AuthService {
): Response<NaagaAuthDto>

@DELETE("/auth/unlink")
suspend fun withdrawalMember()
suspend fun withdrawalMember(): Response<Unit>?
}

0 comments on commit 42cc780

Please sign in to comment.