diff --git a/src/config/orbit.json b/src/config/orbit.json index 2e7768a..521e49c 100644 --- a/src/config/orbit.json +++ b/src/config/orbit.json @@ -17,4 +17,4 @@ "url": "https://www.orbitxch.com/customer/sport/7522" } ] -} \ No newline at end of file +} diff --git a/src/core/analysis/three_way/index.ts b/src/core/analysis/three_way/index.ts index 8b9a049..c54f1f6 100644 --- a/src/core/analysis/three_way/index.ts +++ b/src/core/analysis/three_way/index.ts @@ -42,6 +42,5 @@ export class ThreeWayAnalyzer extends BaseAnalyser { await Promise.all(results); logger.info("Game events with EV: ", gameEventsWithEv); - } - -} \ No newline at end of file + } +}