Fixed case of initilize method for DBClient
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
client <- NULL
|
||||
|
||||
Initialize <- function(client) {
|
||||
initialize <- function(client) {
|
||||
if (is.null(client) || !is.R6(client) || inherits(client, "DBClient")) {
|
||||
stop("DBClient instance required!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user