Replace exact blank_to_nil helpers

This commit is contained in:
2026-06-21 14:31:29 +02:00
parent d3c21247e0
commit 67a1f8a5f0
5 changed files with 14 additions and 22 deletions

View File

@@ -46,6 +46,7 @@ after each item.
- [x] `scripting/runtime.ex`
- [x] `desktop/external_links.ex`
- [x] `MapUtils.maybe_put/3` replacements
- [x] `MapUtils.blank_to_nil/1` replacements (exact duplicate sites replaced; trim-sensitive local variants verified keep)
- [x] `desktop/error_html.ex` (verified keep: still required by Phoenix `render_errors` wiring)
- [x] `desktop/health_controller.ex` (verified keep: current Phoenix route wiring still expects a controller module)
- [x] `desktop/folder_picker.ex` (verified keep: no equivalent `Desktop.OS` picker primitive exists to inline onto)