MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 4c084cae4a - Show all commits

View File

@@ -38,7 +38,7 @@ class DataTransferService {
'id': g.id, 'id': g.id,
'name': g.name, 'name': g.name,
'createdAt': g.createdAt.toIso8601String(), 'createdAt': g.createdAt.toIso8601String(),
'memberIds': (g.members ?? []).map((m) => m.id).toList(), 'memberIds': (g.members).map((m) => m.id).toList(),
}).toList(), }).toList(),
'matches': matches 'matches': matches