Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidycodes committed Oct 10, 2024
1 parent 44a52ec commit dabcfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql-hive/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(token:, logger:, port: "443", endpoint: "app.graphql-hive.com")
end

def send(path, body, _log_type)
response = @connection.post(path) do |req|
@connection.post(path) do |req|
req.body = JSON.generate(body)
end
rescue Faraday::Error => e
Expand Down

0 comments on commit dabcfd0

Please sign in to comment.