From 67ea5c7d97e876d0a6d7efc65be00283eb21b162 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Wed, 4 Aug 2021 22:08:35 +0200 Subject: [PATCH] Add Borussia Dortmund II to team id matchter config --- 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 92a3481..6356fe5 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -888,5 +888,10 @@ "teamname": "BFC Dynamo", "tippligaID": 155, "apiFootballID": 1636 + }, + { + "teamname": "Borussia Dortmund II", + "tippligaID": 633, + "apiFootballID": 9367 } ]