Skip to content

Commit

Permalink
Update terraso_backend/apps/graphql/schema/story_maps_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 481a29c commit 4e09848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def mutate_and_get_payload(cls, root, info, **kwargs):

if membership.user != user:
logger.error(
"Attempt to approve Membership, but user does not match",
"Attempt to approve Story Map Membership, but user does not match",
extra={"membership_id": membership_id, "user_id": user.pk},
)
raise GraphQLNotAllowedException(
Expand Down

0 comments on commit 4e09848

Please sign in to comment.