Skip to content

Commit

Permalink
fix: point title
Browse files Browse the repository at this point in the history
  • Loading branch information
seelengxd committed Sep 25, 2024
1 parent 80b2646 commit 47bacdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/user_questions/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def create_user_question(
for row in results["for_points"] + results["against_points"]:
point = row["point"]
analyses = row["analyses"]
point = Point(title="point", body="")
point = Point(title=point, body="")
analysis_id = [analysis["id"] for analysis in analyses]

point.analysises = list(
Expand Down

0 comments on commit 47bacdd

Please sign in to comment.