From b6bd614f05d756a2b68d677b50469129cc832916 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Tue, 4 May 2021 09:32:32 +0200 Subject: [PATCH] Add RC Lens to team id matcher --- src/main/resources/Tippliga/Team_ID_Matcher_Config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index f10a371..2d199f1 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -708,5 +708,10 @@ "teamname": "Dinamo Zagreb", "tippligaID": 422, "apiFootballID": 620 + }, + { + "teamname": "Lens", + "tippligaID": 433, + "apiFootballID": 116 } ]