Ignore the new Debug message (#6627)

Ignore the new Debug message
This commit is contained in:
Paul Tagliamonte
2025-05-01 11:55:52 -04:00
committed by GitHub
parent 390cedf79f
commit 00148d84d8
3 changed files with 4 additions and 3 deletions

View File

@ -780,6 +780,7 @@ fn flatten_modeling_command_responses(
| OkWebSocketResponseData::Export { .. }
| OkWebSocketResponseData::MetricsRequest { .. }
| OkWebSocketResponseData::ModelingSessionData { .. }
| OkWebSocketResponseData::Debug { .. }
| OkWebSocketResponseData::Pong { .. } => {}
}
}