-
Notifications
You must be signed in to change notification settings - Fork 1
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
#514 랜덤 이메일 업데이트 #515
The head ref may contain hidden characters: "514-\uB79C\uB364-\uC774\uBA54\uC77C-\uC5C5\uB370\uC774\uD2B8"
#514 랜덤 이메일 업데이트 #515
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.
수고하셨습니다! 로깅 관련된 요청사항 하나만 반영 부탁드려요~~
src/services/auth.js
Outdated
await userModel.updateOne({ id: userData.id }, updateInfo); | ||
logger.info(`Update user info: ${userData.id}`); |
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.
아 네네 알겠습니다!
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!
Summary
It closes #514