Skip to content

Commit

Permalink
Comment out faraday_curl logic
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Apr 19, 2024
1 parent 5472d0c commit 39c5ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/postmark/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ def api
'User-Agent': 'Jan Werkhoven ([email protected])'
}
) do |f|
f.request :url_encoded
f.request :curl, log, :info
f.adapter Faraday.default_adapter
# f.request :url_encoded
# f.request :curl, log, :info
# f.adapter Faraday.default_adapter
end
end

Expand Down

0 comments on commit 39c5ec4

Please sign in to comment.