mirror of
https://github.com/tiennm99/claude-status-webhook.git
synced 2026-04-17 13:21:01 +00:00
fix: rename KV binding to CLAUDE_STATUS and fix threadId nullish check
- Rename KV binding SUBSCRIBERS → CLAUDE_STATUS for consistent naming - Fix || null → ?? null to preserve threadId 0 (General topic) - Update KV namespace creation command in README
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"main": "src/index.js",
|
||||
"compatibility_date": "2024-12-01",
|
||||
"kv_namespaces": [
|
||||
{ "binding": "SUBSCRIBERS", "id": "<KV_NAMESPACE_ID>" }
|
||||
{ "binding": "CLAUDE_STATUS", "id": "<KV_NAMESPACE_ID>" }
|
||||
],
|
||||
"queues": {
|
||||
"producers": [
|
||||
|
||||
Reference in New Issue
Block a user