Skip to content

Commit

Permalink
fix: fix comment score index
Browse files Browse the repository at this point in the history
  • Loading branch information
hanby-choi committed May 30, 2024
1 parent 794d9c0 commit f136e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dasi/recommend/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def create_search_result(self, data):
"name": senior_user.name,
"profile_image": "https://api.dasi-expert.com" + user.profile_image.url,
"review_avg": review_avg,
"score": comments[comments][0],
"score": comments["comments"][0],
"view": resume.view,
"updated_at": resume.updated_at,
})
Expand Down

0 comments on commit f136e28

Please sign in to comment.