[BUG] ```isbn```, ```sub_isbn``` 타입 string으로 변경 & ```feed 작성 API```에서 image 필드에 빈 스트링 넣을 수 있게 수정
eunji8784 opened this issue · 0 comments
eunji8784 commented
Describe the bug
- 실제 네이버 오픈 API에서 넘어오는 isbn 값에 문자도 포함됨. ex) "isbn" : "113062045X 9791130620459"
- 썸네일 image가 없는 경우도 있음.
To Reproduce
- isbn과 sub_isbn 모두 타입 string으로 변경
- 피드 작성할 때 image 값에 빈 스트링 넣을 수 있도록 수정