Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahblair committed Jun 4, 2024
1 parent 9565cd7 commit cfdfb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/src/utils/submit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ export function submit(
fn_index,
time: new Date()
});
if (["sse_v2", "sse_v2.1", ""].includes(protocol)) {
if (["sse_v2", "sse_v2.1"].includes(protocol)) {
close_stream(stream_status, stream);
stream_status.open = false;
}
Expand Down

0 comments on commit cfdfb4e

Please sign in to comment.