From 40a3c1b82e27e065ea1170955aa7b4733298357d Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 28 Nov 2025 13:56:24 +0100 Subject: [PATCH] Removed comment --- lib/data/dao/group_game_dao.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/data/dao/group_game_dao.dart b/lib/data/dao/group_game_dao.dart index 3f7a146..12bd1ce 100644 --- a/lib/data/dao/group_game_dao.dart +++ b/lib/data/dao/group_game_dao.dart @@ -11,8 +11,7 @@ class GroupGameDao extends DatabaseAccessor GroupGameDao(super.db); /// Associates a group with a game by inserting a record into the - /// [GroupGameTable]. If there is already group associated to the game, - /// it will be replaced. + /// [GroupGameTable]. Future addGroupToGame({ required String gameId, required String groupId,