Neue Datenbank Struktur #156

Merged
flixcoo merged 94 commits from feature/88-neue-datenbank-struktur into development 2026-03-04 19:02:03 +00:00
Showing only changes of commit 0ddb4edbc9 - Show all commits

View File

@@ -188,10 +188,6 @@ class DataTransferService {
); );
}).toList(); }).toList();
final Map<String, Team> teamById = {
for (final t in importedTeams) t.id: t,
};
// Import Matches // Import Matches
final List<Match> importedMatches = matchesJson.map((m) { final List<Match> importedMatches = matchesJson.map((m) {
final map = m as Map<String, dynamic>; final map = m as Map<String, dynamic>;