Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed May 6, 2024
1 parent f09cec5 commit fde4812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/celery/process_pinpoint_receipts_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def process_pinpoint_results(self, response):
current_app.logger.exception(f"Error processing Pinpoint results: {str(e)}")
self.retry(queue=QueueNames.RETRY)

return


def determine_pinpoint_status(status: str, provider_response: str) -> Union[str, None]:
"""Determine the notification status based on the SMS status and provider response.
Expand Down

0 comments on commit fde4812

Please sign in to comment.