From d5de344d990cc95de3bc49af1cddf00f0d05700e Mon Sep 17 00:00:00 2001 From: Nuno Duque Nunes Date: Tue, 26 May 2026 01:47:13 +0000 Subject: [PATCH] add ctx::endpoint_cache as arg to wrapper --- core/json.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/json.sh b/core/json.sh index afd0ef4..af26da4 100644 --- a/core/json.sh +++ b/core/json.sh @@ -12,7 +12,7 @@ function json::has_key() { python3 "$JSON_HELPER" has_key function json::filter_values() { python3 "$JSON_HELPER" filter_values "$@"