|
@@ -1060,7 +1060,7 @@ public sealed class BaseItemRepository
|
|
|
|
|
|
if (dto is null)
|
|
|
{
|
|
|
- dto = Activator.CreateInstance(type) as BaseItemDto ?? throw new InvalidOperationException("Cannot Deserialize unknown type.");
|
|
|
+ dto = Activator.CreateInstance(type) as BaseItemDto ?? throw new InvalidOperationException("Cannot deserialize unknown type.");
|
|
|
}
|
|
|
|
|
|
return Map(baseItemEntity, dto, appHost);
|