From 2036ded7352be85d9c9d9d1f5592ceb33ddbc4da Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Sun, 13 Mar 2022 00:33:03 +0100 Subject: [PATCH] Add Galatasaray --- src/main/resources/Tippliga/Team_ID_Matcher_Config.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index e8652e6..83bfc10 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -907,11 +907,16 @@ { "teamname": "Benfica", "tippligaID": 518, - "apiFootballID" 211 + "apiFootballID": 211 }, { "teamname": "Lille", "tippligaID": 557, - "apiFootballID" 79 + "apiFootballID": 79 + }, + { + "teamname": "Galatasaray", + "tippligaID": 446, + "apiFootballID": 645 } ]