This commit is contained in:
2024-11-22 12:28:30 +02:00
parent 82268d5f0b
commit 7eae0bbdde

View File

@@ -25,7 +25,7 @@ class MIHLoyaltyCard {
shop_name: shop_name, shop_name: shop_name,
card_number: card_number, card_number: card_number,
), ),
_ => throw const FormatException('Failed to load loyalty card.'), _ => throw const FormatException('Failed to load loyalty card objects'),
}; };
} }
} }