Repo cleanup 2

This commit is contained in:
Darren Clarke 2026-02-10 15:58:26 +01:00
parent e941353b64
commit 6ed633f84b
5 changed files with 1052 additions and 6226 deletions

View file

@ -327,7 +327,7 @@ class CdrSignalPoller
article = Ticket::Article.create!(article_params)
# Create additional articles for extra attachments
attachments[1..].each_with_index do |att, index|
((attachments || [])[1..] || []).each_with_index do |att, index|
Ticket::Article.create!(
article_params.merge(
message_id: "cdr_signal.#{message_id}-#{index + 1}",