remove unused variable
This commit is contained in:
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user