From ae4fe500694947fac19a7a11c7f5280594849077 Mon Sep 17 00:00:00 2001 From: polijn <45722770+polijn@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:26:04 +0100 Subject: [PATCH] Remove USER_DATA_CACHE from kv_namespaces Removed USER_DATA_CACHE from kv_namespaces. --- wrangler.jsonc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index 0ba01c6..4eb5086 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -38,12 +38,7 @@ "PUBLIC_DOMAIN": "https://polijn.org", "PUBLIC_GIPHY_API_TOKEN": "ltXijv1bkNPrEgnpJ0tIdLWXjnAeE7bL" }, - "kv_namespaces": [ - { - "binding": "USER_DATA_CACHE", - "id": "d6ff203259de48538d332b0a5df258a7" - } - ] + /** * Service Bindings (communicate between multiple Workers) * https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings -- 2.51.2