fix: update chart_service path from data/ to storage/ #119

Merged
cal merged 1 commits from fix/chart-service-storage-path into main 2026-03-21 02:01:56 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
3c453c89ce fix: update chart_service path from data/ to storage/
PR #86 moved state files to storage/ but missed chart_service.py,
which still pointed to data/charts.json. The file exists at
/app/storage/charts.json in the container but the code looked
in /app/data/charts.json, causing empty autocomplete results.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 20:30:41 -05:00