From 14ae7e5e8f871b40ec23f1f352e488aba39dce2e Mon Sep 17 00:00:00 2001 From: Erin Rivas Date: Wed, 24 Jan 2024 12:04:31 -0600 Subject: [PATCH] typo --- japicore/pathRouteHandling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/japicore/pathRouteHandling.go b/japicore/pathRouteHandling.go index 4121a75..a18d117 100644 --- a/japicore/pathRouteHandling.go +++ b/japicore/pathRouteHandling.go @@ -298,7 +298,7 @@ func (j JApiCore) AdvancedDeleteByPathHandler(delFunc func(num int64)) bunrouter return j.deleteByPathCore(operatingRoot, delFunc) } -func (j JApiCore) LoadFolderContentsByPathHandler(reportFunc func(num int64)) bunrouter.HandlerFunc { +func (j JApiCore) LoadFolderContentsByPathHandler() bunrouter.HandlerFunc { return func(w http.ResponseWriter, req bunrouter.Request) error { JAPI_OP_ROOT := jutils.LoadEnvVarOrFallback("JAPI_OP_ROOT", "JAPI") operatingRoot := "s/" + JAPI_OP_ROOT