Skip to content

Commit

Permalink
litt mer
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Jan 16, 2025
1 parent e96fb14 commit d64f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/autoReport.R
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ runAutoReport <- function(dayNumber = as.POSIXlt(Sys.Date())$yday + 1,
&& as.Date(rep$terminateDate) > dato
&& dato %in% seq.Date(
as.Date(rep$startDate),
dato,
as.Date(dato),
by = rep$interval
) # 'days', 'weeks', 'months', 'years',
)) {
Expand Down

0 comments on commit d64f31a

Please sign in to comment.