ci(prd): rename PRD to prd-new placeholder per new convention
lint / lint (push) Successful in 1m26s
test / unit (pull_request) Successful in 29s
test / integration (pull_request) Successful in 44s

This commit is contained in:
2026-06-06 22:10:20 -04:00
parent a4e75b5ff0
commit bf8eeb8d3d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ class EgressAddon:
"""
if flow.websocket is None: # type: ignore[union-attr]
return
route = match_route(self.routes, flow.request.pretty_host)
route = match_route(self.config.routes, flow.request.pretty_host)
if route is None:
return
message = flow.websocket.messages[-1] # type: ignore[union-attr]