Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Jruuuu committed Aug 24, 2023
1 parent 32b3ba2 commit 45f929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds/vbms_ext_claim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def create_vbms_ext_claims_with_no_end_product_establishment
def create_end_product_establishment(trait, veteran)
create(:end_product_establishment,
trait,
veteran_file_number: veteran.file_number
veteran_file_number: veteran.file_number,
claimant_participant_id: veteran.participant_id
)
end
Expand Down

0 comments on commit 45f929b

Please sign in to comment.