Renaming cervixPeak in cervixPeakBeforeShift bc it mustn't be the highest cervix value

This commit is contained in:
emelko
2018-09-05 16:03:27 +02:00
parent 809b0f438f
commit d16feb6d58
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default function (cycleDays, tempEvalEndIndex) {
if (onlyClosedAndHardUntilEndOfTempEval) {
return {
detected: true,
cervixPeak: day,
cervixPeakBeforeShift: day,
evaluationCompleteDay: threeFollowingDays[threeFollowingDays.length - 1]
}
}