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 3cb6f20 commit b67006e
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 @@ -60,7 +60,7 @@ def mutate_and_get_payload(cls, root, info, **kwargs):
group = Group.objects.get(slug=group_slug)
except Exception as error:
logger.error(
"Attempt to save Story Map Memberships, but story map was not found",
"Attempt to save Group Membership, but story map was not found",
extra={
"group_slug": group_slug,
"error": error,
Expand Down

0 comments on commit b67006e

Please sign in to comment.