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