INSIGHT-MVP/packages
Thomas Reitz bd00ea5e50 fix: convert query params to numbers for pagination
@Query() decorator always returns strings. Using Number() conversion
with fallback to defaults (page=1, limit=20) to prevent NaN errors
in Prisma findMany skip/take calculations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 18:21:17 +01:00
..
core-service fix: convert query params to numbers for pagination 2026-03-08 18:21:17 +01:00
frontend feat: adapt codebase for IP-based HTTP deployment on 172.20.10.59 2026-03-08 16:21:45 +01:00