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 3295e78 commit 5963692Copy full SHA for 5963692
lib/algora_web/live/onboarding/dev.ex
@@ -14,6 +14,7 @@ defmodule AlgoraWeb.Onboarding.DevLive do
14
bounties =
15
[status: :paid, limit: 50, solver_country: socket.assigns.current_country]
16
|> Bounties.list_bounties()
17
+ |> Enum.filter(&Map.get(&1, :solver))
18
|> Enum.uniq_by(& &1.solver.id)
19
20
{:ok,
0 commit comments