Skip to content

Commit

Permalink
removed extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Moradia committed Sep 23, 2024
1 parent b8883a0 commit f999ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/evss_claim_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class EVSSClaimDocument < Common::Base
'L478' => 'Medical Treatment Records - Furnished by SSA',
'L702' => 'Disability Benefits Questionnaire (DBQ)',
'L703' => 'Goldmann Perimetry Chart/Field Of Vision Chart',
'L827' => 'VA Form 21-4142a - General Release for Medical Provider Information'
'L827' => 'VA Form 21-4142a - General Release for Medical Provider Information',
'L1489' => 'Automated Review Summary Document'
}.freeze
# rubocop:enable Layout/LineLength
Expand Down

0 comments on commit f999ff1

Please sign in to comment.