Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Jun 14, 2024
1 parent 8ac402e commit fa5a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/variable-update.R
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ setMethod(
out <- NA
if (add.type) {
out <- list(value = NA, type = list(class = x_type))
if (type == "datetime") out$resolution <- resolution(x)
if (x_type == "datetime") out$resolution <- resolution(x)
}
return(out)
}
Expand Down

0 comments on commit fa5a3d4

Please sign in to comment.