v2.0.6: Fix addWords handler - add user_id and improve error handling
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s

- Added user_id to words insertion (was missing, causing 500 errors)
- Fixed default dictionary query (removed incorrect id=0 condition)
- Added dictionary ownership validation before inserting words
- Added comprehensive logging for debugging addWords operations
This commit is contained in:
poignatov
2026-01-01 19:13:37 +03:00
parent 6f77f0643c
commit d96bb2ce8d
3 changed files with 44 additions and 8 deletions

View File

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