Skip to content

Commit

Permalink
line
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jan 2, 2025
1 parent df7d198 commit acbb8b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/tar_outdated.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,7 @@ tar_outdated_globals <- function(pipeline, meta) {

tar_outdated_reporter <- function(reporter) {
if (identical(reporter, "forecast_interactive")) {
reporter <- if_any(
interactive(),
"forecast",
"silent"
)
reporter <- if_any(interactive(), "forecast", "silent")
}
reporter
}

0 comments on commit acbb8b5

Please sign in to comment.