diff --git a/servers/themes/src/counter/kv.ts b/servers/themes/src/counter/kv.ts index 467ef7fd1..378ecf37e 100644 --- a/servers/themes/src/counter/kv.ts +++ b/servers/themes/src/counter/kv.ts @@ -86,7 +86,7 @@ function write( key: string, data: T ) { - return client.kv.namespaces.values.update(config.namespaceId, key + "_test", { + return client.kv.namespaces.values.update(config.namespaceId, key, { account_id: config.cfAccountId, value: JSON.stringify(data) });