Skip to content

Commit e2c7aa7

Browse files
committed
chore: simplify
1 parent 3b68470 commit e2c7aa7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const addBreakpoint = require("./command/add-breakpoint");
55

66
function executeDemos() {
77
addBreakpoint();
8+
executeIndicators();
89
}
910

1011
setInterval(executeDemos, 1000);
@@ -49,5 +50,3 @@ function executeIndicators() {
4950
axios.get('http://localhost:3000/indicator/high-load-two-per-second').catch(() => {});
5051
axios.get('http://localhost:3000/indicator/high-load-two-per-second').catch(() => {});
5152
}
52-
53-
setInterval(executeIndicators, 1000);

0 commit comments

Comments
 (0)