Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: rapterjet2004 <[email protected]>
  • Loading branch information
rapterjet2004 authored and mahibi committed Jan 9, 2025
1 parent c4be96a commit f5fece9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class DateTimeCompose(val bundle: Bundle) {

val nextWeek = LocalDateTime.now()
.plusWeeks(1)
.with(nextOrSame(DayOfWeek.MONDAY))
.with(DayOfWeek.MONDAY)
.withHour(INT_8)
.withMinute(0)
.withSecond(0)
Expand Down

0 comments on commit f5fece9

Please sign in to comment.