Skip to content

Commit

Permalink
Update lib/supavisor/client_handler.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Wojtek Mach <[email protected]>
  • Loading branch information
abc3 and wojtekmach authored Jul 11, 2023
1 parent ac0e261 commit 65f6785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/supavisor/client_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ defmodule Supavisor.ClientHandler do
{:error, reason} ->
Logger.error("User not found: #{inspect(reason)} #{inspect({user, external_id})}")

send_error(sock, "XX000", "Tenant or user not found")
:ok = send_error(sock, "XX000", "Tenant or user not found")
{:stop, :normal, data}
end
end
Expand Down

0 comments on commit 65f6785

Please sign in to comment.