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

πŸ”€ :: (#116) κ²Œμ‹œκΈ€ μ’‹μ•„μš” μ·¨μ†Œ api #117

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

glay415
Copy link
Member

@glay415 glay415 commented Jun 20, 2022

No description provided.

@glay415 glay415 self-assigned this Jun 20, 2022
@glay415 glay415 added the κΈ°λŠ₯ μΆ”κ°€ μƒˆλ‘œμš΄ κΈ°λŠ₯ μš”μ²­μ„ λ‚˜νƒ€λƒ…λ‹ˆλ‹€. label Jun 20, 2022
@glay415 glay415 linked an issue Jun 20, 2022 that may be closed by this pull request
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@Transactional
public void execute(Integer feedId) {

publicFeedRepository.findById(feedId)
Copy link
Member

Choose a reason for hiding this comment

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

이것도 λ³€μˆ˜λ‘œ λΆ„λ¦¬ν•˜λŠ” 게 쒋을 것 κ°™μ•„μ—¬

Copy link
Member Author

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();
Copy link
Member

Choose a reason for hiding this comment

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

이것도..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
κΈ°λŠ₯ μΆ”κ°€ μƒˆλ‘œμš΄ κΈ°λŠ₯ μš”μ²­μ„ λ‚˜νƒ€λƒ…λ‹ˆλ‹€.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

κ²Œμ‹œκΈ€ μ’‹μ•„μš” μ·¨μ†Œ api
4 participants