From 4d399246b859f24d5bbe3e12979b8d5e86b3475a Mon Sep 17 00:00:00 2001 From: Mikolaj Kieres Date: Tue, 6 Dec 2022 23:31:32 +1100 Subject: [PATCH] removing unwanted character (#155) --- board_games_companion/lib/stores/board_games_store.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();