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 22dd71f commit bfd63a8Copy full SHA for bfd63a8
lib/algora/jobs/jobs.ex
@@ -30,7 +30,6 @@ defmodule Algora.Jobs do
30
|> order_by([j, u, i, m],
31
desc: u.contract_signed,
32
desc_nulls_last: max(i.inserted_at),
33
- desc_nulls_last: max(m.inserted_at),
34
desc: j.inserted_at
35
)
36
|> maybe_limit(opts[:limit])
0 commit comments