Skip to content

Commit

Permalink
server: Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed Jan 23, 2025
1 parent 9b5a5f6 commit b375915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/polar/refund/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ async def _create_refund_transaction(
)
# Already handled (Stripe webhook || Polar API) so return early
if transaction is None:
return
return None

if order:
await order_service.increment_refunds(
Expand Down

0 comments on commit b375915

Please sign in to comment.