Skip to content

Commit e42d515

Browse files
committed
Load #11 files
1 parent 05d8514 commit e42d515

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/loadfiles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const statsPeriods = [
3838
{ period: 8, data: await readStatsFile("src/data/stats_p08.csv") },
3939
{ period: 9, data: await readStatsFile("src/data/stats_p09.csv") },
4040
{ period: 10, data: await readStatsFile("src/data/stats_p10.csv") },
41+
{ period: 11, data: await readStatsFile("src/data/stats_p11.csv") },
4142
// Add more periods here as files become available:
4243
// { period: 4, data: await readStatsFile("src/data/stats_p04.csv") },
4344
// etc...
@@ -57,6 +58,7 @@ export const rosterPeriods = [
5758
{ period: 8, data: await csvParse(stripBom(readFileSync("src/data/rosters_p08.csv", "utf-8"))) },
5859
{ period: 9, data: await csvParse(stripBom(readFileSync("src/data/rosters_p09.csv", "utf-8"))) },
5960
{ period: 10, data: await csvParse(stripBom(readFileSync("src/data/rosters_p10.csv", "utf-8"))) },
61+
{ period: 11, data: await csvParse(stripBom(readFileSync("src/data/rosters_p11.csv", "utf-8"))) },
6062
// Add more periods here as files become available:
6163
// { period: 4, data: await csvParse(stripBom(readFileSync("src/data/rosters_p04.csv", "utf-8"))) },
6264
// etc...

0 commit comments

Comments
 (0)