Skip to content

Commit

Permalink
Allow for no original case (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism authored Dec 4, 2024
1 parent dea0767 commit 174dce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/case/ico/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Case::ICO::Base < Case::Base
date_closed
]

delegate :subject, :name, to: :original_case
delegate :subject, :name, to: :original_case, allow_nil: true

enum ico_decision: {
upheld: "upheld",
Expand Down

0 comments on commit 174dce8

Please sign in to comment.