Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitchett committed Nov 25, 2024
1 parent 923b714 commit c714301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/form526_claim_fast_tracking_concern.rb
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def conditionally_merge_ep
end

def log_flashes
if flashes.includes?('Amyotrophic Lateral Sclerosis')
if flashes.include?('Amyotrophic Lateral Sclerosis')
Rails.logger.info('Flash Prototype Added', { submitted_claim_id:, flash: 'Amyotrophic Lateral Sclerosis' })
end
rescue => e
Expand Down

0 comments on commit c714301

Please sign in to comment.