Fix duplicate id

This commit is contained in:
Julian Arndt
2023-01-09 17:24:16 +01:00
parent 7c869b8410
commit ef7f36982a
2 changed files with 1 additions and 4 deletions

View File

@@ -49,9 +49,6 @@ public class TeamIDMatcher {
Integer tlwId = null; Integer tlwId = null;
if(apiFootballId == null) return null; if(apiFootballId == null) return null;
initBiMap(); initBiMap();
if(apiFootballId == 12878) {
logger.info("Found it.");
}
if(ids.inverse().containsKey(apiFootballId)) { if(ids.inverse().containsKey(apiFootballId)) {
tlwId = ids.inverse().get(apiFootballId); tlwId = ids.inverse().get(apiFootballId);
} else { } else {

View File

@@ -1021,7 +1021,7 @@
}, },
{ {
"teamname": "Bologna", "teamname": "Bologna",
"tippligaID": 642, "tippligaID": 647,
"apiFootballID": 500 "apiFootballID": 500
}, },
{ {