Skip to content

Commit

Permalink
fix: change score at main list
Browse files Browse the repository at this point in the history
  • Loading branch information
hanby-choi committed May 30, 2024
1 parent db24dc3 commit 7c674ed
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 @@ -52,7 +52,7 @@ def get(self, request):
"name": senior_user.name,
"profile_image": "https://api.dasi-expert.com" + user.profile_image.url,
"review_avg": review_avg,
"score": (4 - cnt),
"score": (LIMIT - cnt),
"view": resume.view,
"updated_at": resume.updated_at,
})
Expand Down

0 comments on commit 7c674ed

Please sign in to comment.