Skip to content

Commit

Permalink
keeping a consistent return value
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Feb 8, 2024
1 parent b82dd38 commit efb42f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def assessment_declined_reasons
FailureReasons.decline?(failure_reason: failure_reason.key)
{ decline_reason: title, assessor_note: assessor_feedback }
else
title
{ decline_reason: title }
end
end

Expand Down

0 comments on commit efb42f4

Please sign in to comment.