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 f3933da commit 38f2e1eCopy full SHA for 38f2e1e
lib/algora/bounties/bounties.ex
@@ -181,7 +181,7 @@ defmodule Algora.Bounties do
181
status: :pending | :approved | :rejected | :paid,
182
type: :pull_request | :review | :video | :design | :article
183
}) ::
184
- {:ok, Claim.t()} | {:error, atom()}
+ {:ok, [Claim.t()]} | {:error, atom()}
185
defp do_claim_bounties(%{
186
provider_logins: provider_logins,
187
token: token,
0 commit comments