Compare commits

..

2 Commits

Author SHA1 Message Date
honzapatCZ
fa0701f3aa Merge branch 'master' of https://git.nejcraft.cz/Nejcraft/NejCommon.NET 2026-06-15 13:23:26 +02:00
honzapatCZ
ffdeb65693 Fixed contry lookup 2026-06-15 13:23:24 +02:00

View File

@ -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,