MVP #141

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

View File

@@ -80,9 +80,9 @@ class PlayerMatchDao extends DatabaseAccessor<AppDatabase>
return rowsAffected > 0;
}
/// Updates the players associated with a game based on the provided
/// Updates the players associated with a match based on the provided
/// [newPlayer] list. It adds new players and removes players that are no
/// longer associated with the game.
/// longer associated with the match.
Future<void> updatePlayersFromMatch({
required String matchId,
required List<Player> newPlayer,