From 24f324e954cc0f2b35c28d424e13b7fcc2c61ab5 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Tue, 22 Jan 2019 05:22:15 -0500 Subject: [PATCH] forgot to remove experiment --- R/resolver.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/resolver.R b/R/resolver.R index d4156a2..761205b 100644 --- a/R/resolver.R +++ b/R/resolver.R @@ -129,7 +129,7 @@ gdns_query <- function(gctx, name, rr_type = "txt", rr_class = 1L, rr_type <- match.arg(trimws(tolower(rr_type[1])), names(rr_types)) res <- int_gdns_query(gctx, name, unname(as.integer(rr_types[rr_type])), - as.integer(rr_class), as.logical(include_reporting)) + as.logical(include_reporting)) if (length(res)) { out <- jsonlite::fromJSON(res) class(out) <- c("gdns_response", "list")