Skip to content

Commit

Permalink
fiks last date
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrele committed Nov 15, 2024
1 parent 1e04e15 commit f396b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ data class RefusjonskravPeriode(
}

fun getLastDate(): LocalDate {
return slutt.plusDays(1)
return slutt.minusDays(1)
}
}

0 comments on commit f396b54

Please sign in to comment.