Skip to content

Commit 384b3e2

Browse files
committed
Fix merge
1 parent 371a990 commit 384b3e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/confluent_schema_registry.ex

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ defmodule ConfluentSchemaRegistry do
6161
"application/vnd.schemaregistry+json"
6262
]}
6363
] ++ basic_auth(opts)
64+
65+
Tesla.client(middleware, adapter)
6466
end
6567

6668
# Configure Tesla.Middleware.BasicAuth

0 commit comments

Comments
 (0)