-
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
🔀 :: (#208) 이미지 추가 전으로 롤백 #209
Conversation
Codecov Report
@@ Coverage Diff @@
## main #209 +/- ##
============================================
- Coverage 33.79% 33.57% -0.23%
+ Complexity 101 99 -2
============================================
Files 68 68
Lines 719 700 -19
Branches 19 19
============================================
- Hits 243 235 -8
+ Misses 468 457 -11
Partials 8 8
|
@lyutvs 왜 롤백하는지 사유는 적어주라 |
Kudos, SonarCloud Quality Gate passed!
|
@@ -10,7 +10,6 @@ class DetailElement( | |||
val sentAt: LocalDateTime, | |||
val isRead: Boolean, | |||
val userId: UUID, | |||
val name: String, | |||
val categoryName: String, |
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.
Q) 요쪽 name -> categoryName은 Client랑 다 이야기된 부분이죠?
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.