From ffdeb65693ff02a59f8505ad79379e690388c7ad Mon Sep 17 00:00:00 2001 From: honzapatCZ Date: Mon, 15 Jun 2026 13:23:24 +0200 Subject: [PATCH] Fixed contry lookup --- Models/Country.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Country.cs b/Models/Country.cs index 0031baf..c01ae30 100644 --- a/Models/Country.cs +++ b/Models/Country.cs @@ -1049,7 +1049,7 @@ namespace NejCommon.Models _ => false }; - public static bool IsEEA(this Country country) => IsEEA(country) || (country switch + public static bool IsEEA(this Country country) => IsEU(country) || (country switch { //extras Country.LI => true,