[FIX] 커뮤니티 게시글 삭제 API에서 response body가 없는 상황 대응
kimhyeing opened this issue · 0 comments
kimhyeing commented
📝 DESCRIPTION
- Date : 2024.08.07
☑ TODO
- 스웨거에는 명시되어있어
BasicResponse
로 리턴 타입을 명시해놓았으나 삭제 성공(204)에 대해서 response body가 들어오지 않아
Response from org.sopt.havit.data.api.HavitApi.deleteCommunityPost was null but response body type was declared as non-null
위와 같은 오류가 떴음. 따라서 리턴 타입을Response<Unit>
으로 변경
참고 링크