Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
fix X-rays error
  • Loading branch information
eric-intuitem committed Feb 13, 2024
1 parent aed90f4 commit c1ea6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ def quality_check(self) -> dict:
# ---

# --- check on requirement assessments:
_requirement_assessments = self.requirementassessment_set.all().order_by(
_requirement_assessments = self.requirement_assessments.all().order_by(
"created_at"
)
requirement_assessments = []
Expand Down

0 comments on commit c1ea6ce

Please sign in to comment.