overtime-live-trading-utils 3.0.0-rc.2 → 3.0.0-rc.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/utils/odds.ts +3 -0
package/package.json
CHANGED
package/src/utils/odds.ts
CHANGED
|
@@ -141,6 +141,9 @@ export const getParentOdds = (
|
|
|
141
141
|
0 // typeId for moneyline
|
|
142
142
|
);
|
|
143
143
|
|
|
144
|
+
console.log('defaultProviders', liveOddsProviders);
|
|
145
|
+
console.log('bookmakers for moneyline', bookmakers);
|
|
146
|
+
|
|
144
147
|
const isValidLastPolled = isLastPolledForBookmakersValid(
|
|
145
148
|
lastPolledData,
|
|
146
149
|
maxAllowedProviderDataStaleDelay,
|