-
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
🔀 :: (#1) SqsRequest 추가 #53
Conversation
이슈 번호 1번 맞나요? |
linear에서 만든 이슈의 이슈번호에요 |
} | ||
} | ||
} | ||
commandPointHistorySpi.saveUserPointHistory(userId, getPointByPointId.id) | ||
} | ||
|
||
private suspend fun sendNotification(userId: UUID, type: Boolean, reason: String, point: Int) { |
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.
type이 boolean인건 진짜 엄이네
언젠가 시간 되면 기억했다 바꾸는게 좋을 것 같아
아니면 일단 임시방편으로 변수명을 isPositive 같은걸로 해도 보기엔 좀 더 나으려나..
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.
type이 point가 상점인지 벌점인지 나타내는 부분인데 isGoodPoint는 어떠신가요
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.
LGTM
|
||
override suspend fun sendNotification(userId: UUID, topic: String, content: String, threadId: String) { | ||
val domainSendMessageRequest = DomainSendMessageRequest( | ||
userId, topic, content, threadId, |
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.
named parameter 사용하는게 좋을듯
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.