Fix duplicate id
This commit is contained in:
@@ -49,9 +49,6 @@ public class TeamIDMatcher {
|
||||
Integer tlwId = null;
|
||||
if(apiFootballId == null) return null;
|
||||
initBiMap();
|
||||
if(apiFootballId == 12878) {
|
||||
logger.info("Found it.");
|
||||
}
|
||||
if(ids.inverse().containsKey(apiFootballId)) {
|
||||
tlwId = ids.inverse().get(apiFootballId);
|
||||
} else {
|
||||
|
||||
@@ -1021,7 +1021,7 @@
|
||||
},
|
||||
{
|
||||
"teamname": "Bologna",
|
||||
"tippligaID": 642,
|
||||
"tippligaID": 647,
|
||||
"apiFootballID": 500
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user