refactor: Передать userId в getDefaultTags

This commit is contained in:
2025-06-10 23:55:33 +03:00
committed by Sanders
parent 70851b65dc
commit e4dc12666b
+1 -1
View File
@@ -9,7 +9,7 @@ class TransactionUtils {
/// Возвращает список тестовых транзакций
static List<TransactionRecord> getSampleTransactions(String userId) {
final categories = CategoryUtils.getDefaultCategories(userId);
final tags = TagUtils.getDefaultTags();
final tags = TagUtils.getDefaultTags(userId);
return [
// Доходы