diff --git a/bookwyrm/models/group.py b/bookwyrm/models/group.py index e92d333d..05ed39a2 100644 --- a/bookwyrm/models/group.py +++ b/bookwyrm/models/group.py @@ -73,7 +73,7 @@ class GroupMember(models.Model): ) ).exists(): raise IntegrityError() - # accepts and requests are handled by the GroupInvitation model + # accepts and requests are handled by the GroupMemberInvitation model super().save(*args, **kwargs) @classmethod