diff --git a/breathecode/assessment/models.py b/breathecode/assessment/models.py index a9ecd2266..0aa3e7d3a 100644 --- a/breathecode/assessment/models.py +++ b/breathecode/assessment/models.py @@ -305,7 +305,7 @@ def save(self, *args, **kwargs): if is_creating or self.status != old_status: signals.userassessment_status_updated.send_robust(instance=self, sender=self.__class__) - return _instance + return _instance