Added missing game instants

This commit is contained in:
2025-12-11 20:11:02 +01:00
parent 99cea1e703
commit c4b249b199
3 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ class PlayerMatchDao extends DatabaseAccessor<AppDatabase>
return (count ?? 0) > 0;
}
/// Removes the association of a player with a game by deleting the record
/// Removes the association of a player with a match by deleting the record
/// from the [PlayerMatchTable].
/// Returns `true` if more than 0 rows were affected, otherwise `false`.
Future<bool> removePlayerFromMatch({