Skip to content

Commit

Permalink
[Automated] Merged master into target k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Apr 9, 2024
2 parents a0438b9 + 5a0835c commit cd07e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ GIT

GIT
remote: https://github.com/department-of-veterans-affairs/vets-json-schema
revision: 0277d5bcddf48894d22b45f3618bca33e82a8ca4
revision: 0832461353f871b688b0c231ecf9bdbfb1f9145a
branch: master
specs:
vets_json_schema (22.0.1)
vets_json_schema (22.0.3)
multi_json (~> 1.0)
script_utils (= 0.0.4)

Expand Down
2 changes: 1 addition & 1 deletion modules/vye/app/models/vye/address_change.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Vye::AddressChange < ApplicationRecord
)

validates(
:veteran_name, :address1, :city, :state,
:veteran_name, :address1, :city,
presence: true, if: -> { origin == 'frontend' }
)

Expand Down

0 comments on commit cd07e89

Please sign in to comment.