Skip to content

Commit

Permalink
fix typo in connect worker
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jun 21, 2024
1 parent 83be729 commit 7779de8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/polar/machines/cluster/connect.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ defmodule Polar.Machines.Cluster.Connect do
user = Repo.get(User, user_id)
%{credential: credential} = cluster = Repo.get(Cluster, cluster_id)

IO.inspect(credential)

client =
Lexdee.create_client(
credential["endpoint"],
credential["certificiate"],
credential["certificate"],
credential["private_key"]
)

Expand Down

0 comments on commit 7779de8

Please sign in to comment.