We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b68470 commit e2c7aa7Copy full SHA for e2c7aa7
src/main.js
@@ -5,6 +5,7 @@ const addBreakpoint = require("./command/add-breakpoint");
5
6
function executeDemos() {
7
addBreakpoint();
8
+ executeIndicators();
9
}
10
11
setInterval(executeDemos, 1000);
@@ -49,5 +50,3 @@ function executeIndicators() {
49
50
axios.get('http://localhost:3000/indicator/high-load-two-per-second').catch(() => {});
51
52
-
53
-setInterval(executeIndicators, 1000);
0 commit comments