Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
art1415926535 authored Feb 25, 2020
1 parent e5400b3 commit d8e48a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class UserFilter(FilterSet):
is_moderator = graphene.Boolean()

@classmethod
def is_admin_filter(cls, info, query, value):
def is_moderator_filter(cls, info, query, value):
membership = cls.aliased(query, Membership, name='is_moderator')

query = query.join(
Expand Down

0 comments on commit d8e48a0

Please sign in to comment.