-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
[Fix] my info 페이지 토큰 변조 대비 #192
The head ref may contain hidden characters: "191-fix-my-info-\uD398\uC774\uC9C0-\uD1A0\uD070-\uBCC0\uC870-\uB300\uBE44"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니당
const getProductLikesParams: GetProductLikesParams = { | ||
page: searchParams.page || '0', | ||
size: searchParams.size || '10', | ||
const getProductLikesParams = { | ||
page: searchParams.page ?? '0', | ||
size: searchParams.size ?? '10', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빈문자열이 들어올일은 가능성이 없나용??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니당 👍
🚀 작업 내용
🚨 관련 이슈 (이슈 번호)
✅ 체크리스트