-
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
알림 저장 시 잘못된 requestId가 저장되는 문제 해결 #84
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.
수정하신 부분 모두 확인했습니다!
와일드카드 관련해 수정할 부분이 있어서 rc로 남겨두겠습니다.
@@ -13,7 +13,7 @@ | |||
import com.backend.blooming.user.application.exception.NotFoundUserException; | |||
import com.backend.blooming.user.domain.User; | |||
import com.backend.blooming.user.infrastructure.repository.UserRepository; | |||
import org.assertj.core.api.SoftAssertions; | |||
import org.assertj.core.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.
*이 보이네요!
@@ -9,7 +9,7 @@ | |||
import com.backend.blooming.user.application.exception.NotFoundUserException; | |||
import com.backend.blooming.user.domain.User; | |||
import com.backend.blooming.user.infrastructure.repository.UserRepository; | |||
import org.assertj.core.api.SoftAssertions; | |||
import org.assertj.core.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.
*이 보이네요!
@@ -8,7 +8,7 @@ | |||
import com.backend.blooming.user.application.exception.NotFoundUserException; | |||
import com.backend.blooming.user.domain.User; | |||
import com.backend.blooming.user.infrastructure.repository.UserRepository; | |||
import org.assertj.core.api.SoftAssertions; | |||
import org.assertj.core.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.
*이 보이네요!
|
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.
수정사항 모두 확인했습니다! approve 하겠습니다.
알림 별 저장하는
requestId
설정을 수정해 주었습니다.각 알림 별
requestId
는 다음과 같습니다.