Add several improvements for EM
This commit is contained in:
@@ -29,8 +29,7 @@ public class TLWMatchdaysUpdater {
|
||||
this.matchdaysOriginal = conn.getMatchdays(String.valueOf(season), String.valueOf(league));
|
||||
this.matchdaysOriginal.sort(Comparator.comparing(TLWMatchday::getMatchday));
|
||||
|
||||
TLWMatchdaysCreator creator = new TLWMatchdaysCreator(season, league, configPath);
|
||||
this.matchdaysUpdated = creator.getMatchdays();
|
||||
this.matchdaysUpdated = conn.getUpdatedMatchdaysBasedOnMatches(String.valueOf(season), String.valueOf(league));
|
||||
this.matchdaysUpdated.sort(Comparator.comparing(TLWMatchday::getMatchday));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user