Skip to content

Commit

Permalink
add explicit return
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Apr 12, 2024
1 parent 6e3d339 commit ca2da8c
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 @@ -114,6 +114,8 @@ def process_pinpoint_results(self, response):
current_app.logger.exception(f"Error processing Pinpoint results: {str(e)}")
self.retry(queue=QueueNames.RETRY)

return True


def determine_pinpoint_status(sns_status, provider_response):
if sns_status == "DELIVERED":
Expand Down

0 comments on commit ca2da8c

Please sign in to comment.