Skip to content

Commit

Permalink
fix method class
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Aug 21, 2024
1 parent 409f991 commit d32170b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ S3method(store_read_path,tar_url)
S3method(store_row_path,default)
S3method(store_row_path,tar_external)
S3method(store_set_timestamp_trust,default)
S3method(store_set_timestamp_trust,tar_cloud)
S3method(store_set_timestamp_trust,tar_external)
S3method(store_set_timestamp_trust,tar_store_file_fast)
S3method(store_sync_file_meta,default)
Expand Down
2 changes: 1 addition & 1 deletion R/class_cloud.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @export
store_set_timestamp_trust.default <- function(store) {
store_set_timestamp_trust.tar_cloud <- function(store) {
store$file$trust_timestamps <- FALSE
}

Expand Down

0 comments on commit d32170b

Please sign in to comment.