Skip to content

Commit d2436ea

Browse files
committed
fix: param
1 parent 62d7414 commit d2436ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/admin/admin.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ defmodule Algora.Admin do
396396
idempotency_key: "bounty-#{autopayable_bounty.id}"
397397
},
398398
ticket_ref: %{owner: owner, repo: repo, number: number},
399-
bounty_id: autopayable_bounty.id,
399+
bounty: autopayable_bounty,
400400
claims: claims
401401
),
402402
{:ok, _invoice} <-

0 commit comments

Comments
 (0)