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 de2e238 commit 82e5c67Copy full SHA for 82e5c67
lib/sendgrid/marketing_campaigns/contacts/recipients.ex
@@ -35,7 +35,7 @@ defmodule SendGrid.Contacts.Recipients do
35
}
36
]
37
"""
38
- @spec add_multiple([]) :: { :ok, [] } | { :ok, String.t } | { :error, list(String.t) }
+ @spec add_multiple([]) :: { :ok, [String.t] } | { :ok, String.t } | { :error, list(String.t) }
39
def add_multiple(recipients) when is_list(recipients) do
40
SendGrid.patch(@base_api_url, recipients)
41
|> handle_recipient_result
0 commit comments