Skip to content

Commit

Permalink
refactor: remove spurious addition
Browse files Browse the repository at this point in the history
  • Loading branch information
omgitsaheadcrab committed Aug 19, 2024
1 parent 906721b commit 839dbf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ async def otel_send(message: dict[str, Any]):
status_code = None
if message["type"] == "http.response.start":
status_code = message["status"]
expecting_trailers = message.get("trailers", False)
elif message["type"] == "websocket.send":
status_code = 200

Expand Down

0 comments on commit 839dbf9

Please sign in to comment.