aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/boltex.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/boltex.ex b/lib/boltex.ex
index 876ba44..992009f 100644
--- a/lib/boltex.ex
+++ b/lib/boltex.ex
@@ -5,7 +5,7 @@ defmodule Boltex do
{:ok, p} = :gen_tcp.connect host, port, [active: false, mode: :binary, packet: :raw]
:ok = Bolt.handshake :gen_tcp, p
- :ok = Bolt.init :gen_tcp, p, params
+ :ok = Bolt.init :gen_tcp, p, auth
IO.inspect Bolt.run_statement(:gen_tcp, p, query)
end