overtime-utils 0.1.58 → 0.1.59
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/leagues/soccer.ts +1 -1
package/package.json
CHANGED
|
@@ -1200,7 +1200,7 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
1200
1200
|
[League.FIFA_ARAB_NATIONS_CUP]: {
|
|
1201
1201
|
...SOCCER_DEFAULTS,
|
|
1202
1202
|
id: League.FIFA_ARAB_NATIONS_CUP,
|
|
1203
|
-
label: 'Arab Nations Cup',
|
|
1203
|
+
label: 'FIFA Arab Nations Cup',
|
|
1204
1204
|
opticOddsName: 'FIFA - Arab Nations Cup',
|
|
1205
1205
|
priority: 150,
|
|
1206
1206
|
},
|