From a3d5acc70c5705c934521f20040e6cdab9581f92 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 10 Dec 2021 12:46:40 -0800 Subject: [PATCH] Model name in comment --- bookwyrm/models/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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