We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detail page에서 해당하는 id값(해당 db tweet의 id)이 없을 경우 null 데이터를 반환.
d536d4b
The text was updated successfully, but these errors were encountered:
lhk3337
No branches or pull requests
detail page에서 해당하는 id값(해당 db tweet의 id)이 없을 경우 null 데이터를 반환.
id값을 잘못 입력했을때 api에서 받아오는 데이터 tweet 타입이 null형태로 받아옴
해결
api애서 id값이 없으면 데이터를 반환하지 않도록 조건문을 사용하여 해결.
해당 커밋
d536d4b
결과
The text was updated successfully, but these errors were encountered: