@vixoniccom/footbal-score 1.4.4 → 1.4.5

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/build.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixoniccom/footbal-score",
3
3
  "alias": "Resultados Deportivos",
4
- "version": "1.4.4",
4
+ "version": "1.4.5",
5
5
  "description": "Muestra resultados en vivo de fútbol.",
6
6
  "main": "main.js",
7
7
  "author": "",
@@ -9,7 +9,7 @@ const FOOTBALL_API_HOST = process.env.FOOTBALL_API_HOST
9
9
  const FOOTBALL_API_URL = process.env.FOOTBALL_API_URL
10
10
  const MILLISECONDS_PER_DAY = 24 * 60 * 60 * 1000
11
11
 
12
- const USE_MOCK = true
12
+ const USE_MOCK = false
13
13
 
14
14
  export const getFixture = async (league: string, yesterday?: boolean, tomorrow?: boolean) => {
15
15
  if (USE_MOCK) return mockFixtures