Skip to content

Commit

Permalink
missing s
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry authored and RulaKhaled committed Jan 20, 2025
1 parent 40abd2d commit 16f7fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def validate_upload(

# If author is on per repo billing, check their repo credits
if (
owner.plan not in Plan.object.values_list("name", flat=True)
owner.plan not in Plan.objects.values_list("name", flat=True)
and owner.repo_credits <= 0
):
raise ValidationError(
Expand Down

0 comments on commit 16f7fba

Please sign in to comment.