-
Notifications
You must be signed in to change notification settings - Fork 0
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
π :: (#116) κ²μκΈ μ’μμ μ·¨μ api #117
base: main
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed!Β Β |
@Transactional | ||
public void execute(Integer feedId) { | ||
|
||
publicFeedRepository.findById(feedId) |
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.
μ€λ³΅ν°μ§
.orElseThrow(() -> FeedNotFoundException.EXCEPTION) | ||
.dislike(); | ||
|
||
Integer userId = userFacade.queryCurrentUser().getId(); |
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.
μ΄κ²λ..
No description provided.