diff --git a/lib/algora/bounties/bounties.ex b/lib/algora/bounties/bounties.ex index 6e305457..6628836d 100644 --- a/lib/algora/bounties/bounties.ex +++ b/lib/algora/bounties/bounties.ex @@ -1269,7 +1269,7 @@ defmodule Algora.Bounties do {:tech_stack, tech_stack}, query -> from([b, r: r] in query, - where: b.visibility == :exclusive or fragment("? && ?::citext[]", r.tech_stack, ^tech_stack) + where: fragment("? && ?::citext[]", r.tech_stack, ^tech_stack) ) {:amount_gt, min_amount}, query -> diff --git a/lib/algora_web/live/org/bounties_live.ex b/lib/algora_web/live/org/bounties_live.ex index 9dccffbd..407328b9 100644 --- a/lib/algora_web/live/org/bounties_live.ex +++ b/lib/algora_web/live/org/bounties_live.ex @@ -221,6 +221,7 @@ defmodule AlgoraWeb.Org.BountiesLive do