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 6356cc4 commit 1a2d1a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def mutate_and_get_payload(cls, root, info, **kwargs):
membership = story_map.membership_list.memberships.get(id=membership_id)
except Membership.DoesNotExist:
logger.error(
"Attempt to delete Story Map Memberships, but it was not found",
"Attempt to delete Story Map Membership, but it was not found",
extra={"membership_id": membership_id},
)
raise GraphQLNotFoundException(model_name=Membership.__name__)
Expand Down

0 comments on commit 1a2d1a9

Please sign in to comment.