language version degraded to 9.0
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Billing.Languages
|
||||
{
|
||||
get
|
||||
{
|
||||
if (strings?.TryGetValue(key, out string val) == true)
|
||||
if (strings != null && strings.TryGetValue(key, out string val))
|
||||
{
|
||||
return val;
|
||||
}
|
||||
|
Reference in New Issue
Block a user