Skip to content

Commit 92b1165

Browse files
committed
fix: dont parse osm_changeset as a date in vl_status
Fixes #2
1 parent cc03c9a commit 92b1165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/vl_status.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ vl_status <- function(server = getOption("valh.server"),
2929

3030
# Convert to human readable date format
3131
res$tileset_last_modified <- as.POSIXct(res$tileset_last_modified, "%Y-%m-%d %H:%M")
32-
if (!is.null(res$osm_changeset)) {
33-
res$osm_changeset <- as.POSIXct(res$osm_changeset)
34-
}
3532

3633
if (!is.null(res$bbox)) {
3734
res$bbox <- sf::st_read(

0 commit comments

Comments
 (0)