Fix missing user in GraphQL user type request

This commit is contained in:
Simon Ser 2024-01-17 12:10:37 +00:00 committed by Drew DeVault
parent 0046f91254
commit 85fc9c3ea0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def requires_payment(user):
userType
}
}
""")
""", user=user)
return resp["me"]["userType"] not in [
"ADMIN",
"ACTIVE_PAYING",