overtime-live-trading-utils 4.0.0-rc.0 → 4.0.0-rc.1

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": "4.0.0-rc.0",
3
+ "version": "4.0.0-rc.1",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -126,7 +126,7 @@ export const checkOddsFromBookmakers = (
126
126
  if (
127
127
  shouldBlockOdds(homeOdd, otherHomeOdd, anchors) ||
128
128
  shouldBlockOdds(awayOdd, otherAwayOdd, anchors) ||
129
- shouldBlockOdds(drawOdd, otherDrawOdd, anchors)
129
+ (!isTwoPositionalSport && shouldBlockOdds(drawOdd, otherDrawOdd, anchors))
130
130
  ) {
131
131
  return true;
132
132
  }