chore: working on code smells

This commit is contained in:
2026-04-30 17:46:05 +02:00
parent 8358f9000e
commit a80ce7c845
18 changed files with 513 additions and 19 deletions

View File

@@ -915,7 +915,6 @@ defmodule BDS.Desktop.ShellLive.ChatEditor do
defp blank?(value) when is_binary(value), do: String.trim(value) == ""
defp blank?(nil), do: true
defp blank?(_value), do: false
defp rewrite_external_images(html) do
html =