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

[Hotfix/#105] auth dto 핫픽스 #106

Merged
merged 12 commits into from
Jan 14, 2024
Merged

[Hotfix/#105] auth dto 핫픽스 #106

merged 12 commits into from
Jan 14, 2024

Conversation

chattymin
Copy link
Member

⛳️ Work Description

  • DTO 긴급 수정 -> userId 삽입

📢 To Reviewers

  • 급하게 수정했어요~

@chattymin chattymin added the HOTFIX 🚑️ issue나 QA에서 문의된 급한 버그 및 오류 해결 label Jan 14, 2024
@chattymin chattymin self-assigned this Jan 14, 2024
Copy link
Contributor

@crownjoe crownjoe left a comment

Choose a reason for hiding this comment

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

조아욥!!!!!!!!!!굿!!!

Comment on lines +19 to +20
get() = dataStore.getLong(USER_ID, 0L)
set(value) = dataStore.edit { putLong(USER_ID, value) }
Copy link
Contributor

Choose a reason for hiding this comment

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

이렇게 사용하는 거군ㅇ요 오늘도 멋진 코드 보고갑니다요

@chattymin chattymin merged commit 8056f3f into develop Jan 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HOTFIX 🚑️ issue나 QA에서 문의된 급한 버그 및 오류 해결
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HOTFIX] Auth / SignIn, SignUp DTO 수정
2 participants