We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3531040 commit a89988cCopy full SHA for a89988c
lib/algora/matches/matches.ex
@@ -8,7 +8,7 @@ defmodule Algora.Matches do
8
alias Algora.Repo
9
10
def list_job_matches(opts \\ []) do
11
- order_by_clause = opts[:order_by] || [desc: :inserted_at]
+ order_by_clause = opts[:order_by] || [asc: :updated_at]
12
13
JobMatch
14
|> filter_by_job_posting_id(opts[:job_posting_id])
0 commit comments