Skip to content

Commit

Permalink
Remove duplicate datetime in isoline request
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Oct 18, 2024
1 parent fecf6eb commit c63cf72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions R/isoline.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ isoline <- function(poi, datetime = Sys.time(), arrival = FALSE,
}
}

# Add departure time
url <- .add_datetime(
url,
datetime,
if (arrival) "arrival" else "departure"
)

# Return urls if chosen
if (url_only) {
return(url)
Expand Down

0 comments on commit c63cf72

Please sign in to comment.