Skip to content

Commit 6b7e4a8

Browse files
committed
Period 10 adjustments
1 parent 223d04a commit 6b7e4a8

6 files changed

Lines changed: 2017 additions & 34 deletions

File tree

src/components/loadfiles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const statsPeriods = [
3737
{ period: 7, data: await readStatsFile("src/data/stats_p07.csv") },
3838
{ period: 8, data: await readStatsFile("src/data/stats_p08.csv") },
3939
{ period: 9, data: await readStatsFile("src/data/stats_p09.csv") },
40+
{ period: 10, data: await readStatsFile("src/data/stats_p10.csv") },
4041
// Add more periods here as files become available:
4142
// { period: 4, data: await readStatsFile("src/data/stats_p04.csv") },
4243
// etc...
@@ -55,6 +56,7 @@ export const rosterPeriods = [
5556
{ period: 7, data: await csvParse(stripBom(readFileSync("src/data/rosters_p07.csv", "utf-8"))) },
5657
{ period: 8, data: await csvParse(stripBom(readFileSync("src/data/rosters_p08.csv", "utf-8"))) },
5758
{ period: 9, data: await csvParse(stripBom(readFileSync("src/data/rosters_p09.csv", "utf-8"))) },
59+
{ period: 10, data: await csvParse(stripBom(readFileSync("src/data/rosters_p10.csv", "utf-8"))) },
5860
// Add more periods here as files become available:
5961
// { period: 4, data: await csvParse(stripBom(readFileSync("src/data/rosters_p04.csv", "utf-8"))) },
6062
// etc...

src/data/contracts.csv

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,4 +1083,11 @@ lamouma01,1,C-26
10831083
soderel01,3,C-26
10841084
pitlity01,1,C-26
10851085
garandy01,1,C-26
1086-
jarrytr01,17,C-26
1086+
jarrytr01,17,C-26
1087+
laughsc01,5,C-26
1088+
harkija01,1,C-26
1089+
berarbr02,1,C-26
1090+
regenpa01,1,C-26
1091+
smithbr05,1,C-26
1092+
rooneke01,1,C-26
1093+
capobky01,1,C-26

src/data/current_picks.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TOR1,DET
2929
UTA1,UTA
3030
VAN1,VAN
3131
VEG1,PIT
32-
WPG1,WPG
32+
WPG1,TBL
3333
WSH1,WSH
3434
ANA2,ANA
3535
BOS2,BOS

0 commit comments

Comments
 (0)