Skip to content

Commit

Permalink
revert more of my failed attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith authored and Smith committed Mar 29, 2024
1 parent 5b2cce3 commit c21d295
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/aou_connect.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ aou_connect <- function(CDR = getOption("aou.default.cdr"), ...) {
cli::cli_inform(c("v" = "Connected successfully!"))
options(aou.default.con = connection)

# add aou-specific class to allow for aou_methods
class(connection) <- c("src_aou", class(connection))

connection
},
error = function(e) {
Expand Down

0 comments on commit c21d295

Please sign in to comment.