From 5ef306c853edd80f3cb2b05cf0ee6c7c77d3607a 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 } ]