clean up image comment

This commit is contained in:
Gavin McDonald
2025-05-14 08:33:15 -04:00
parent 28be89d56c
commit a11c93431a

View File

@@ -41,7 +41,7 @@ defmodule LabelmakerWeb.LabelController do
"label:#{String.slice(options.label, 0, Constants.max_label_length())}", "label:#{String.slice(options.label, 0, Constants.max_label_length())}",
"-set", "-set",
"comment", "comment",
inspect(Jason.encode!(options)), inspect(Jason.encode!(Map.drop(options, [:link]))),
filepath filepath
] ]