Skip to content

Commit

Permalink
Update terraso_backend/apps/graphql/schema/landscapes.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 7, 2023
1 parent 006a7cd commit 4c4f98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraso_backend/apps/graphql/schema/landscapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def mutate_and_get_payload(cls, root, info, **kwargs):
},
):
logger.info(
"Attempt to delete Landscape Memberships, but user has no permission",
"Attempt to delete Landscape Memberships, but user lacks permission",
extra={"user_id": user.pk, "membership_id": membership_id},
)
raise GraphQLNotAllowedException(
Expand Down

0 comments on commit 4c4f98c

Please sign in to comment.