overtime-utils 0.1.5-4.1 → 0.1.5-4.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/main.js +1 -1
- package/package.json +1 -1
- package/src/constants/marketTypes.ts +2 -2
package/package.json
CHANGED
|
@@ -3668,14 +3668,14 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
|
|
|
3668
3668
|
[MarketType.TOTAL_HOME_TEAM_ODD_EVEN]: {
|
|
3669
3669
|
id: MarketType.TOTAL_HOME_TEAM_ODD_EVEN,
|
|
3670
3670
|
key: 'totalHomeTeamOddEven',
|
|
3671
|
-
name: 'Total
|
|
3671
|
+
name: 'Total odd/even',
|
|
3672
3672
|
resultType: ResultType.EXACT_POSITION,
|
|
3673
3673
|
},
|
|
3674
3674
|
|
|
3675
3675
|
[MarketType.TOTAL_AWAY_TEAM_ODD_EVEN]: {
|
|
3676
3676
|
id: MarketType.TOTAL_AWAY_TEAM_ODD_EVEN,
|
|
3677
3677
|
key: 'totalAwayTeamOddEven',
|
|
3678
|
-
name: 'Total
|
|
3678
|
+
name: 'Total odd/even',
|
|
3679
3679
|
resultType: ResultType.EXACT_POSITION,
|
|
3680
3680
|
},
|
|
3681
3681
|
|