Skip to content

Commit e0cbc6e

Browse files
committed
feat: sort stargazers by job criteria
1 parent bc43848 commit e0cbc6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/algora/settings/settings.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ defmodule Algora.Settings do
118118
[
119119
job: job,
120120
tech_stack: job.tech_stack,
121-
limit: 50
121+
limit: 50,
122+
sort_by: get_job_criteria(job)
122123
]
123124
|> Algora.Cloud.list_top_stargazers()
124125
|> load_matches_2()

0 commit comments

Comments
 (0)