-
Notifications
You must be signed in to change notification settings - Fork 4
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
meeting_voteの不具合 #136
Comments
@yuuahp すみません、もし出来たら以下のコード確認いただいて、問題ありそうなところ指摘いただきたいです。難しかったら言ってください。 過半数処理がおかしいのかと推測していますが、実際のところちょっとよくわからん状態です https://github.com/jaoafa/jaotan.ts/blob/master/src/features/meeting-vote.ts |
ひとつ、MeetingVote.isMultipleVote が怪しいかもしれない。 あと根本的に本当に最新のリアクション情報を持ってきてるのかが微妙な気がしてならない |
calculateBorder、以下が正しいかもしれないとのこと。 Math.ceil((totalCount - whiteCount + 1) / 2) |
スタンプだけなど、contentが0文字の場合にエラーで落ちる jaotan.ts/src/features/meeting-vote.ts Line 408 in e1c5ef1
|
The text was updated successfully, but these errors were encountered: