overtime-live-trading-utils 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overtime-live-trading-utils",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -68,6 +68,7 @@ export const gamesDatesMatching = (
68
68
  timeDifferenceMinutes: number
69
69
  ) => {
70
70
  let datesMatch = false;
71
+ sportId; // TODO: remove it from callers
71
72
 
72
73
  const opticOddsTimestamp = apiStartDate.getTime();
73
74
  const marketTimestamp = marketMaturityDate.getTime();