Skip to content

Commit 4f1801b

Browse files
authored
Fix mermaidJS graph
1 parent 2be104a commit 4f1801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ sequenceDiagram
106106
Server-->>-Frontend: Status 300 & Pending input
107107
Frontend->>+Server: POST /api/kernels/<id>/input
108108
Server->>Kernel: Send input msg
109-
Server-->>-Frontend:
109+
Server-->>-Frontend: Returns
110110
loop While status is 202
111111
Frontend->>+Server: GET /api/kernels/<id>/requests/<uid>
112112
Server->>ExecutionStack: Get task result

0 commit comments

Comments
 (0)