learning_ai_notes/backend/src/modules
saravanakumardb1 6acd1a70d4 fix(backend): fix trackEvent call signature and route registration tests
- auth.ts: type requireWriter param as { headers: { authorization?: string } } instead of unknown
- notes/routes.ts: fix 3 trackEvent calls from object form to positional args (event, userId, properties)
- workspaces/routes.ts: fix 1 trackEvent call from object form to positional args
- 5 route registration tests: add missing delete mock to app object for Phase 2 DELETE endpoints
2026-03-31 01:00:32 -07:00
..
note-agent-actions feat: add DELETE endpoints, role enforcement, telemetry and feature flags 2026-03-29 20:47:12 -07:00
note-artifacts fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
note-relationships fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
note-tasks fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
notes fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
saved-views feat: add DELETE endpoints, role enforcement, telemetry and feature flags 2026-03-29 20:47:12 -07:00
workspaces fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00