Skip to content

Commit

Permalink
changes suggested by @jrobbins
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Jan 13, 2025
1 parent dd231b6 commit 6566685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ def process_post_data(self, **kwargs):
ot_display_name = self.get_param('ot_display_name')
logging.info('Starting to notify about successful origin trial extension.')
send_emails([self.build_email(
feature, requester_email, gate_id,ot_display_name)])
feature, requester_email, gate_id, ot_display_name)])

return {'message': 'OK'}

Expand Down

0 comments on commit 6566685

Please sign in to comment.