Skip to content

Commit 38f2e1e

Browse files
committed
fix spec
1 parent f3933da commit 38f2e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/bounties/bounties.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ defmodule Algora.Bounties do
181181
status: :pending | :approved | :rejected | :paid,
182182
type: :pull_request | :review | :video | :design | :article
183183
}) ::
184-
{:ok, Claim.t()} | {:error, atom()}
184+
{:ok, [Claim.t()]} | {:error, atom()}
185185
defp do_claim_bounties(%{
186186
provider_logins: provider_logins,
187187
token: token,

0 commit comments

Comments
 (0)