Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kravchuk <oleg.ikibo@gmail.com>
  • Loading branch information
ikibo committed May 1, 2024
1 parent 151ba48 commit bc16eae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ data class Rollup(
schedule = IntervalSchedule(schedule.startTime ?: Instant.now(), schedule.interval, schedule.unit, schedule.delay ?: 0)
}
}

return Rollup(
id = id,
seqNo = seqNo,
Expand Down

0 comments on commit bc16eae

Please sign in to comment.