x
This commit is contained in:
parent
046cbb7d0d
commit
9b7d4ba162
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@
|
|||
}
|
||||
|
||||
async function fetchTotalBets() {
|
||||
const response = await fetch(`https://instinct-api.yazdani.dev/totals?event=8`, { method: 'GET' });
|
||||
const response = await fetch(`https://instinct-api.yazdani.dev/totals?event=95`, { method: 'GET' });
|
||||
if (response.ok) {
|
||||
const totals = await response.json();
|
||||
const totalBetsLion = totals.bets.find(bet => bet.team === 0)?.total || 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue