fix: WhatsApp-Webhook — db = get_db() fehlte nach Edge-Queue-Refactor (NameError)
Quality Gate / 🛡️ Lint + Type Check + Tests (push) Failing after 11m51s

This commit is contained in:
Hermes Agent
2026-06-25 08:58:49 +02:00
parent efe51487f8
commit 1173bdb6dc
+1
View File
@@ -1026,6 +1026,7 @@ def whatsapp_webhook():
return "OK", 200
from webhook_queue import whatsapp_intake
db = get_db()
return whatsapp_intake(request, db)