mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
007f2df079
Fixes: #20744 Upsert audit and connection log entries with a context derived from the API context, rather than the individual request so that we don't error out if the request is canceled or the client hangs up (e.g. if we return an error).