This commit is contained in:
Eugene Pankov
2022-12-26 18:49:25 +01:00
parent 69f45863f6
commit e112b46063
3 changed files with 3 additions and 7 deletions

View File

@@ -73,8 +73,7 @@ def check_is_sponsor(user: User) -> bool:
):
continue
if (
info["totalRecurringMonthlyPriceInDollars"]
>= settings.GITHUB_SPONSORS_MIN_PAYMENT
info["totalRecurringMonthlyPriceInDollars"] >= settings.GITHUB_SPONSORS_MIN_PAYMENT
):
return True