v2.0.5: Fix transaction errors and webhook parsing
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s

- Fixed transaction abort error in insertMessageData (replaced ON CONFLICT with SELECT check)
- Fixed double body reading in setupTelegramWebhook (use json.Unmarshal)
- Fixed Todoist webhook JSON parsing (use json.Unmarshal from bodyBytes)
- Improved error handling in webhook responses
- Added user_id to nodes insertion
This commit is contained in:
poignatov
2026-01-01 18:57:30 +03:00
parent edc29fbd97
commit 6f77f0643c
3 changed files with 86 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "2.0.4",
"version": "2.0.5",
"type": "module",
"scripts": {
"dev": "vite",