Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karnthis committed Jan 24, 2024
1 parent f2fd020 commit 14ae7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion japicore/pathRouteHandling.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14ae7e5

Please sign in to comment.