Skip to content

Commit 354ec48

Browse files
committed
fix: use current_context as owner in new bounty from
1 parent 51edb69 commit 354ec48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/org/bounties_new_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ defmodule AlgoraWeb.Org.BountiesNewLive do
280280
Bounties.create_bounty(
281281
%{
282282
creator: socket.assigns.current_user,
283-
owner: socket.assigns.current_user,
283+
owner: socket.assigns.current_context,
284284
amount: amount,
285285
ticket_ref: %{
286286
owner: ticket_ref.owner,

0 commit comments

Comments
 (0)