Merge remote-tracking branch 'origin/main' into feature/041

このコミットが含まれているのは:
2026-06-11 23:58:00 +09:00
コミット 2522485f6a
-2
ファイルの表示
@@ -786,8 +786,6 @@ const isQuestionHardFilteredAfterAnswers = (
return isQuestionRedundantAfterAnswers (question, [answer]) return isQuestionRedundantAfterAnswers (question, [answer])
|| isFactQuestionBlocked (question.condition, previous, answer.answer) || isFactQuestionBlocked (question.condition, previous, answer.answer)
}) })
const isMonthCrossMatch = ( const isMonthCrossMatch = (
candidate: GekanatorQuestion['condition'], candidate: GekanatorQuestion['condition'],
previous: GekanatorQuestion['condition'], previous: GekanatorQuestion['condition'],