Skip to content

Commit 909319e

Browse files
committed
Period 23 rosters
1 parent c70246f commit 909319e

4 files changed

Lines changed: 1107 additions & 109 deletions

File tree

src/components/loadfiles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const statsPeriods = [
5050
{ period: 20, data: await readStatsFile("src/data/static/stats/stats_p20.csv") },
5151
{ period: 21, data: await readStatsFile("src/data/static/stats/stats_p21.csv") },
5252
{ period: 22, data: await readStatsFile("src/data/static/stats/stats_p22.csv") },
53-
// { period: 23, data: await readStatsFile("src/data/static/stats/stats_p23.csv") },
53+
{ period: 23, data: await readStatsFile("src/data/static/stats/stats_p23.csv") },
5454
// { period: 24, data: await readStatsFile("src/data/static/stats/stats_p24.csv") },
5555
// { period: 25, data: await readStatsFile("src/data/static/stats/stats_p25.csv") },
5656
];
@@ -79,7 +79,7 @@ export const rosterPeriods = [
7979
{ period: 20, data: await csvParse(stripBom(readFileSync("src/data/static/rosters/rosters_p20.csv", "utf-8"))) },
8080
{ period: 21, data: await csvParse(stripBom(readFileSync("src/data/static/rosters/rosters_p21.csv", "utf-8"))) },
8181
{ period: 22, data: await csvParse(stripBom(readFileSync("src/data/static/rosters/rosters_p22.csv", "utf-8"))) },
82-
// { period: 23, data: await csvParse(stripBom(readFileSync("src/data/static/rosters/rosters_p23.csv", "utf-8"))) },
82+
{ period: 23, data: await csvParse(stripBom(readFileSync("src/data/static/rosters/rosters_p23.csv", "utf-8"))) },
8383
// { period: 24, data: await csvParse(stripBom(readFileSync("src/data/static/rosters/rosters_p24.csv", "utf-8"))) },
8484
// { period: 25, data: await csvParse(stripBom(readFileSync("src/data/static/rosters/rosters_p25.csv", "utf-8"))) },
8585
];

0 commit comments

Comments
 (0)