Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Bastin committed Nov 8, 2023
2 parents 01a0656 + 0d5e0e1 commit 20d21a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faucet/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ def process_donation_receipt(self, donation_receipt_pk):
except TokenPrice.DoesNotExist:
logging.error(f"TokenPrice for Chain: {donation_receipt.chain.chain_name} did not defined")
donation_receipt.status = ClaimReceipt.REJECTED

donation_receipt.save()
return
else:
Expand Down

0 comments on commit 20d21a8

Please sign in to comment.