Fix typo in remote graph astream

This commit is contained in:
jacoblee93
2024-10-30 14:52:59 -07:00
parent 46892855c5
commit af9a09b182
+1 -1
View File
@@ -663,7 +663,7 @@ class RemoteGraph(PregelProtocol):
stream_mode=stream_modes_ext,
interrupt_before=interrupt_before,
interrupt_after=interrupt_after,
stream_subgraphs=subgraphs,
stream_subgraphs=subgraphs or stream is not None,
if_not_exists="create",
):
if "|" in chunk.event: