remove unused variable
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m11s

This commit is contained in:
gelbeinhalb
2026-01-21 16:08:21 +01:00
parent 7339194ba0
commit 0ddb4edbc9

View File

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