Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 72ac117

Browse files
committed
Prepare version @1.1.1 patch
1 parent 7ba671c commit 72ac117

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-556 Bytes
Binary file not shown.

PowerShell/PSFPLInfo/Private/CreateInitialLeagueStructure.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function CreateInitialLeagueStructure
4040
$rank = $team.rank;
4141
Write-Output "Load gameweek history for $teamName";
4242
$gameweekHistoryJson = Get-Data $session $teamurl;
43-
$gameweekNumber = 0;
43+
$gameweekNumber = 0;
4444
foreach($gameweek in $gameweekHistoryJson.current)
4545
{
4646
$gameweekNumber++;

0 commit comments

Comments
 (0)