From bea39a16cd6efeb2f50b810d174440f2ee2146f0 Mon Sep 17 00:00:00 2001 From: Nick Playfair Date: Sat, 7 Aug 2021 15:12:19 +0100 Subject: [PATCH] Use new season tables for 2021/22 --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index ac25265..cff0cb3 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,7 @@ const premierLeague = { }, params: { league: '39', - season: '2020', + season: '2021', }, }; @@ -36,7 +36,7 @@ const championship = { }, params: { league: '40', - season: '2020', + season: '2021', }, };