Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Jan 29, 2024
1 parent fcf01a4 commit b36b744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transition_user_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create(ticket_data):
return

outcome = RESULT_STATE.Done
cf_addresses = custom_fields.get("Email Address(s) of Users")
cf_addresses = custom_fields.get("Email Address(es) of Users")
if cf_addresses is None:
cf_addresses = custom_fields.get("Email Address(es) of Users (Legacy ITS)")
addresses = shared_sd.get_field(ticket_data, cf_addresses)
Expand Down

0 comments on commit b36b744

Please sign in to comment.