From b6d99dd83402240338ead9deccce2a736fddad4c Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Tue, 10 Feb 2026 18:40:37 +0000 Subject: [PATCH] Fixed missing recursion parameter --- R/geoPlot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geoPlot.R b/R/geoPlot.R index 116b858..793ad4c 100644 --- a/R/geoPlot.R +++ b/R/geoPlot.R @@ -159,7 +159,7 @@ MNR.GeoPlot <- R6::R6Class( ) assign("conservation_areas", TRUE, envir = mnr_geoplot_env) - invisible(self$bootConservationAreas()) + invisible(self$bootConservationAreas(db_client)) }, #' @description Generates a base plotly map with optional layers included