Skip to content

Commit

Permalink
Update terraso_backend/apps/graphql/schema/groups_memberships.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
josebui and paulschreiber authored Nov 23, 2023
1 parent c798296 commit 42b38df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraso_backend/apps/graphql/schema/groups_memberships.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def mutate_and_get_payload(cls, root, info, **kwargs):
},
):
logger.info(
"Attempt to delete Group Memberships, but user lacks permission",
"Attempt to delete Group Membership, but user lacks permission",
extra={"user_id": user.pk, "membership_id": membership_id},
)
raise GraphQLNotAllowedException(
Expand Down

0 comments on commit 42b38df

Please sign in to comment.