Skip to content

Commit

Permalink
Remove error message from data_connect()
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaust committed Dec 21, 2023
1 parent 860053e commit 2091a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/database.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data_connect <- function() {
)
},
error = function(f) {
warning(f, "Could not connect to database. Will try using cached data.")
warning("Could not connect to database. Will try using cached data.")
NULL
}
)
Expand Down

0 comments on commit 2091a76

Please sign in to comment.