-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-177] 관리자 거래내역 특정유저 조회 기능 #931
The head ref may contain hidden characters: "GGFE-177-\uAD00\uB9AC\uC790-\uAC70\uB798\uB0B4\uC5ED-\uD2B9\uC815\uC720\uC800-\uC870\uD68C-\uAE30\uB2A5"
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.
유저 검색 api 호출 잘 되는 것 확인했습니다! 고생하셨습니다👍
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.
검색 api 호출 잘 되고 응답 잘 보여지는 것 확인했습니다! 수고하셨습니다~!! 👍
}; | ||
|
||
const profile10: Iprofile = { | ||
profileId: 5, |
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.
여기 id가 중복된게 있어서 중복된 키 에러가 납니다!! 수정하면 좋을 것 같습니다!!
const res = await mockInstance.get( | ||
`/admin/megaphones/history?intraId=${intraId}&page=${currentPage}&size=10` | ||
); | ||
setIntraId(intraId); |
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.
여기 흐름이 잘 이해가 안가요! mockInstance
에서 intraId
를 사용하는데 왜 다시 setIntraId
를 하게 되는건가요???
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.
관리자페이지 다른 곳에서 사용하는 것을 그대로 가져오면서 지우지 않은 것 같습니다. 없어도 되는 부분이라 삭제했습니다 👍👍
피드백 주신 id 키 수정, 필요없는 부분 삭제 수정했습니다! |
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.
확인했습니다!! 수고하셨습니다~! 😆👍
📌 개요
💻 작업사항
✅ 변경로직