Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Nov 26, 2024
1 parent 88a075d commit 273288c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/supavisor/client_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,10 @@ defmodule Supavisor.ClientHandler do
upstream_verify: nil
})

{:keep_state, %{data | auth: auth, manager: manager_ref},
{:next_event, :internal, :connect_db}}
# {:keep_state, %{data | auth: auth, manager: manager_ref},
# {:next_event, :internal, :connect_db}}

{:keep_state, %{data | auth: auth}, {:next_event, :internal, :connect_db}}

other ->
Logger.error("ClientHandler: Subscribe proxy error: #{inspect(other)}")
Expand Down

0 comments on commit 273288c

Please sign in to comment.