Fix/#319 유저 중복 저장 버그수정 #348
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔗 연결된 이슈
📄 작업 내용
💻 주요 코드 설명
로그인 뷰컨트롤러에 다음과 같은 코드를 추가했습니다.
throttle은 지정된 시간동안 연속으로 값이 방출되더라도 제일 처음/제일 마지막 중 하나만 방출된 값을 퍼블리시한다고 합니다
latest false는 제일 처음에 쓴 걸 가져오기 위해서 false로 지정해주었습니다 !!