Skip to content

Commit

Permalink
Add back logging that is occurring
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonhoc committed Mar 26, 2024
1 parent 71c696b commit f60d3b8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,14 @@ def parse_phone(phone)
}
end

unless phone.nil?
# this logging is intended to be temporary. Remove if it's not occurring
Rails.logger.warn(
'mobile appointments failed to parse VAOS V2 phone number',
phone:
)
end

{ area_code: nil, number: nil, extension: nil }
end

Expand Down

0 comments on commit f60d3b8

Please sign in to comment.