Skip to content

Commit

Permalink
fixed lint fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RachalCassity committed Oct 24, 2024
1 parent 8a98fdb commit 4fe009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/va_profile/models/v3/validation_address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def address_validation_req
address: attributes.slice(
:address_line1,
:address_line2,
:address_line3,
:address_line3
).deep_transform_keys { |k| k.to_s.camelize(:lower) }.merge(
intPostalCode: @international_postal_code,
cityName: @city,
Expand Down

0 comments on commit 4fe009e

Please sign in to comment.