Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit bef1fa7

Browse files
committed
missing s
1 parent 7abf400 commit bef1fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def validate_upload(
637637

638638
# If author is on per repo billing, check their repo credits
639639
if (
640-
owner.plan not in Plan.object.values_list("name", flat=True)
640+
owner.plan not in Plan.objects.values_list("name", flat=True)
641641
and owner.repo_credits <= 0
642642
):
643643
raise ValidationError(

0 commit comments

Comments
 (0)