From 23c5705050473db5ddf6a38073c5540d3203691a Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 28 Jan 2026 20:25:33 -0500 Subject: [PATCH] fix(01-01): hardcode user ID instead of env var n8n community edition blocks env var access in expressions. Hardcoded TELEGRAM_USER_ID for single-user authentication. Co-Authored-By: Claude Opus 4.5 --- n8n-workflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n8n-workflow.json b/n8n-workflow.json index 7de5f26..2be9591 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -29,7 +29,7 @@ { "id": "user-auth-condition", "leftValue": "={{ $json.message.from.id.toString() }}", - "rightValue": "={{ $env.TELEGRAM_USER_ID }}", + "rightValue": "563878771", "operator": { "type": "string", "operation": "equals"