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

로그인 동시성 해결 #344

Merged
merged 5 commits into from
Sep 11, 2024
Merged

로그인 동시성 해결 #344

merged 5 commits into from
Sep 11, 2024

Conversation

Conut-1
Copy link
Collaborator

@Conut-1 Conut-1 commented Sep 11, 2024

작업한 내용

  • upsert를 사용해서 데이터가 있으면 가져오고, 없으면 추가하는 동작을 하도록 수정해서 동시에 접근할 경우 발생하는 문제를 해결
  • @types/uuid 패키지를 추가해서 uuid 패키지의 타입 추가

@Conut-1 Conut-1 added 💻BE 백엔드 작업 🔨Fix 버그 해결 labels Sep 11, 2024
@Conut-1 Conut-1 self-assigned this Sep 11, 2024
@Conut-1 Conut-1 merged commit 49369c8 into develop Sep 11, 2024
1 check passed
@Conut-1 Conut-1 deleted the BE-feature/login branch September 23, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻BE 백엔드 작업 🔨Fix 버그 해결
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant