Skip to content

Commit

Permalink
Merge pull request #311 from NucleoidAI/graph-in-terminal-mode
Browse files Browse the repository at this point in the history
Fix RUNTIME_CONNECTION event payload
  • Loading branch information
canmingir authored Sep 30, 2024
2 parents 60c2fbe + 442a686 commit 14eaf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/IDE/IDE.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function IDE() {
});

publish("RUNTIME_CONNECTION", {
status: false,
status: true,
metrics: { total: 100, free: 50 },
});

Expand Down

0 comments on commit 14eaf24

Please sign in to comment.