This commit is contained in:
2023-01-08 22:06:07 +01:00
parent 76adb595d5
commit 7516d802ca

View File

@@ -49,6 +49,9 @@ 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 {