diff --git a/board_games_companion/lib/stores/board_games_store.dart b/board_games_companion/lib/stores/board_games_store.dart index 7d4af6e6..d55c7b55 100644 --- a/board_games_companion/lib/stores/board_games_store.dart +++ b/board_games_companion/lib/stores/board_games_store.dart @@ -151,7 +151,7 @@ abstract class _BoardGamesStore with Store { return; } } -ś + @action Future importCollections(String username) async { var importResult = CollectionImportResult();