diff --git a/backend/antigenapi/models.py b/backend/antigenapi/models.py index 52871f0..0aa2f3c 100644 --- a/backend/antigenapi/models.py +++ b/backend/antigenapi/models.py @@ -203,7 +203,7 @@ class Meta: # noqa: D106 ] def __str__(self): # noqa: D105 - return f"SeqencingRunResults {self.pk}" + return f"SequencingRunResults {self.pk}" class Nanobody(Model):