diff --git a/mkt/reviewers/utils.py b/mkt/reviewers/utils.py index 804b9233b9..8ac5e17eb0 100644 --- a/mkt/reviewers/utils.py +++ b/mkt/reviewers/utils.py @@ -267,7 +267,7 @@ class ReviewApp(ReviewBase): except UserProfile.DoesNotExist: pass else: - CommunicationThreadCC.objects.create( + CommunicationThreadCC.objects.get_or_create( thread=thread, user=moz_contact) def process_public(self):