Skip to content
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

feat: like refactor #58

Merged
merged 1 commit into from
Jul 13, 2023
Merged

feat: like refactor #58

merged 1 commit into from
Jul 13, 2023

Conversation

kingjakeu
Copy link
Contributor

  • summary 추가
  • 상품 조회시 좋아요 정보 내려줌

개요

  • close #issueNumber

작업사항

  • 내용을 적어주세요.

변경로직

  • 내용을 적어주세요.

- summary 추가
- 상품 조회시 좋아요 정보 내려줌
Comment on lines +30 to 33
// TODO: args 객체에서 꺼내서 만들수 있게, 지금은 toString임
val dynamicKey = keys.joinToString(separator = ":") { key ->
val indexOfKey = methodParameterNames.indexOf(key)
methodArgs.getOrNull(indexOfKey)?.toString() ?: throw InvalidLockException("Invalid Lock Key")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이건 객체 키도 받게 확장하는 작업 진행할게요!

@gengminy gengminy merged commit 1b7dbc6 into develop Jul 13, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants