Skip to content

Commit

Permalink
Corrected all incorrect uses of Requestor vs Requestors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McMillen authored and Jeff McMillen committed Dec 18, 2024
1 parent 0d07b21 commit 834a910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/portal/apps/onboarding/steps/project_membership.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def send_project_request(self, request):
username=self.user.username
),
Text=ticket_text,
Requestors=self.user.email,
Requestor=self.user.email,
CF_resource=settings.RT_TAG
)
tracker.logout()
Expand Down

0 comments on commit 834a910

Please sign in to comment.