738 B
738 B
id, title, status, assignee, created_date, labels, dependencies, references, priority
| id | title | status | assignee | created_date | labels | dependencies | references | priority | |
|---|---|---|---|---|---|---|---|---|---|
| ML-78 | Commented-out code in error_json.ex | Done | 2026-04-20 08:57 |
|
low |
Description
GitHub: created 2026-03-05 · updated 2026-03-06 · closed 2026-03-06
Priority: Low
Description
lib/music_library_web/controllers/error_json.ex:11-13 contains a commented-out function clause for 500 error rendering. Per project conventions, dead code should be removed.
Expected behavior
Either remove the commented-out code or restore it if needed.
Source
From technical debt audit (2026-03-05).