From e6750bfccd28eae8fe977dce5449dcf062c98d5b Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Mon, 6 Oct 2025 14:58:32 +0200 Subject: [PATCH] Remove hanging } --- app/models/card/promptable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/card/promptable.rb b/app/models/card/promptable.rb index 526368740..d1e9e8a26 100644 --- a/app/models/card/promptable.rb +++ b/app/models/card/promptable.rb @@ -18,7 +18,7 @@ module Card::Promptable * Id: #{id} * Created by: #{creator.name}} - * Assigned to: #{assignees.map(&:name).join(", ")}} + * Assigned to: #{assignees.map(&:name).join(", ")} * Column: #{column_prompt_label} * Created at: #{created_at}} * Collection id: #{collection_id}