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 3ce4212 commit adb949dCopy full SHA for adb949d
lib/algora/bounties/jobs/notify_claim.ex
@@ -21,7 +21,7 @@ defmodule Algora.Bounties.Jobs.NotifyClaim do
21
claims =
22
from(c in Claim,
23
where: c.group_id == ^claim_group_id,
24
- order_by: [asc: c.created_at]
+ order_by: [asc: c.inserted_at]
25
)
26
|> Repo.all()
27
|> Repo.preload([:user, source: [repository: [:user]], target: [repository: [:user]]]),
0 commit comments