Skip to content

Commit

Permalink
Merge branch 'v2' into feat/proxy_active_clients
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored Dec 10, 2024
2 parents cff8073 + b53e45e commit 7b0ebf9
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 @@ -601,7 +601,7 @@ defmodule Supavisor.ClientHandler do
msg = [
{"type", type},
{"content", content},
{"state", state},
{"state", Map.put(state, :auth_secrets, "<REDACTED>")},
{"data", data}
]

Expand Down

0 comments on commit 7b0ebf9

Please sign in to comment.