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

[fix] #25 유저정보 반환 KEY 값 수정 #26

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

ehs208
Copy link
Member

@ehs208 ehs208 commented Nov 13, 2024

1. 무슨 이유로 코드를 변경했나요?

Response 오류 수정

2. 어떤 위험이나 장애를 발견했나요?

�같은 값이 두번 중복되어 반환되던 오류 해결


3. 관련 스크린샷을 첨부해주세요.


4. 완료 사항

기존 boolean으로 반환하던 값을 Boolean으로 변환하였습니다.


5. 추가 사항

boolean 타입이면서 is로 시작하고 이어서 대문자로 시작하는 필드의 경우, getter를 생성할 때 추가적인 접두어가 붙지 않는다. 그러나 boolean과 관련된 다른 경우, 즉 Boolean과 같은 참조 타입의 경우에는 is 접두어 대신 get 접두어를 사용한다.

라고 합니다. 알아두면 좋으실 것 같습니다,,

https://velog.io/@dongjae0803/is%EA%B0%80-%EC%82%AC%EB%9D%BC%EC%A7%84%EB%8B%A4-Boolean%EA%B3%BC-boolean%EC%9D%98-%EC%B0%A8%EC%9D%B4

@ehs208 ehs208 added the Fix label Nov 13, 2024
@ehs208 ehs208 self-assigned this Nov 13, 2024
@ehs208 ehs208 changed the title fix: #25 유저정보 반환 KEY 값 수정 [fix] #25 유저정보 반환 KEY 값 수정 Nov 13, 2024
Copy link
Collaborator

@dyk-im dyk-im left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@ehs208 ehs208 merged commit 3da0541 into develop Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants