The Edmonton Oilers could be returning to full force ahead of their return to the Stanley Cup Final.
Forward Connor Brown will apparently be “fine” to suit up for Game 1 of the Final after missing the final two games of the Western Conference Final with an undisclosed injury, head coach Kris Knoblauch told reporters on Sunday.
The 31-year-old took part in Sunday’s practice, wearing a grey warm-up jersey while skating on the team’s extra fifth line.
“I’m pretty sure and confident that he’ll be fine for Game 1,” Knoblauch said.
Brown exited Game 3 against the Stars after suffering an injury on a hit from Dallas defenceman Alexander Petrovic.
if (!res.ok) { throw new Error('Failed to fetch odds data'); }
const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;
return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }
async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;
const container = document.getElementById(componentId + '-odds'); if (!container) return;
try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }
if (error) { container.innerHTML = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_1a4fd7eda0bb4039f38e3c55efdfa5bf', 'NHL', 'ca1fadb5-22cb-4a8d-b5e5-3154740b8c9e');
The winger had already been battling issues before going down with the injury, as he was listed as a game-time decision before Game 1 and missed morning skate ahead of Game 2.
Brown tallied 30 points (13 goals, 17 assists) in 82 games during the regular season and has added eight points (five goals, three assists) for Edmonton in the playoffs.
Puck drops on Game 1 of the Stanley Cup Final on June 4, with coverage beginning on Sportsnet and Sportsnet+ at 8 p.m. ET / 6 p.m. MT.