Skip to content

Commit

Permalink
fix: handle single-day alteration calculation on row terminus date co…
Browse files Browse the repository at this point in the history
…rrectly (#3093)
  • Loading branch information
EmiliaMakelaVincit committed Jun 19, 2024
1 parent 550cbe0 commit c75a323
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ const AlterationCalculator = ({
{
start: rowStartDate,
end: rowEndDate,
}
},
{ inclusive: true }
)
) {
return sum;
Expand Down

0 comments on commit c75a323

Please sign in to comment.