Skip to content

Commit

Permalink
arf.80297 fix ARP::RepresentativeUserLoader comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabezurita committed May 2, 2024
1 parent 34995a2 commit 0e7dd7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class RepresentativeNotFoundError < StandardError; end
def initialize(access_token:, request_ip:)
@access_token = access_token
@request_ip = request_ip
# NOTE: a change will be necessary to support altnerate emails
# NOTE: a change will be necessary to support alternate emails
# The below currently only supports the primary session email
# See discussion: https://github.com/department-of-veterans-affairs/vets-api/pull/16493#discussion_r1579783276
@verified_representative = VerifiedRepresentative.find_by(email: session&.credential_email) # NOTE: primary email
Expand Down

0 comments on commit 0e7dd7c

Please sign in to comment.