Skip to content

Commit 30c2bf0

Browse files
committed
fix unused variable
1 parent 87bd784 commit 30c2bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule Sentry.Client do
6161
log_api_error(body)
6262
:error
6363
end
64-
{:ok, status, headers, client} ->
64+
{:ok, status, headers, _client} ->
6565
error_header = :proplists.get_value("X-Sentry-Error", headers, "")
6666
log_api_error("#{body}\nReceived #{status} from Sentry server: #{error_header}")
6767
:error

0 commit comments

Comments
 (0)