Skip to content

Commit

Permalink
remove remaining TealData artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Dec 6, 2023
1 parent a73700b commit e01b322
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ init <- function(data,
as.list(hashables$data@env)
} else if (inherits(data, "teal_data_module")) {
body(data$server)
} else if (hashables$data$is_pulled()) {
sapply(get_dataname(hashables$data), simplify = FALSE, function(dn) {
hashables$data$get_dataset(dn)$get_raw_data()
})
} else {
hashables$data$get_code()
}

attr(filter, "app_id") <- rlang::hash(hashables)
Expand Down

0 comments on commit e01b322

Please sign in to comment.