mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-19 15:56:05 +01:00
lint
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user