Skip to content

Commit 201a7a3

Browse files
committed
style(webui): Handle no response in join_next as noop
1 parent 57bcb26 commit 201a7a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/webui/src/components/execution_detail/history

crates/webui/src/components/execution_detail/history/join_next.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ impl HistoryJoinNextEventProps {
165165
)
166166
.unwrap();
167167
}
168+
None => {}
168169
other => {
169170
error!("Unknown format {other:?}");
170171
}

0 commit comments

Comments
 (0)