Skip to content

Commit

Permalink
removed unwanted promises rejects
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn committed Oct 22, 2024
1 parent 79b697b commit a7f29eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/UXClient/Components/LineChart/LineChart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,6 @@ class LineChart extends TemporalXAxisComponent {
checkAllLines(numberOfAttempts + 1);
}
}, Math.max(this.TRANSDURATION, 250));
} else {
reject();
}
}
checkAllLines(0);
Expand Down

0 comments on commit a7f29eb

Please sign in to comment.