Fixed type mapping for database handling.
This commit is contained in:
@@ -79,7 +79,8 @@ namespace HermesSocketServer.Store.Internal
|
||||
ImmutableList<V>? list = null;
|
||||
lock (_lock)
|
||||
{
|
||||
if (!keys.Any() || !values.Any()) {
|
||||
if (!keys.Any() || !values.Any())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user