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

모든 유저가 준비 상태거나 호스트면 시작하기 버튼 활성화 #217

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

seheon99
Copy link
Contributor

변경 개요

구현 내용

// BEFORE
matchingUsers.every((u) => u.isReady)

// CURRENT
matchingUsers.every((u) => u.isReady || u.isHost)

관련 이슈

@seheon99 seheon99 requested a review from jaewoongs June 27, 2024 13:37
@seheon99 seheon99 self-assigned this Jun 27, 2024
Copy link

vercel bot commented Jun 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fit-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 1:37pm

@jaewoongs jaewoongs merged commit 7fd3499 into dev Jun 27, 2024
5 checks passed
@jaewoongs jaewoongs deleted the fix/216-ready-status branch June 27, 2024 14:18
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.

모두가 준비 상태여도 시작하기 버튼이 활성화 되지 않음
2 participants