Fixed error

This commit is contained in:
JPVenson 2024-11-17 11:05:13 +00:00
parent b39553611d
commit c71dc380bf

View File

@ -813,7 +813,7 @@ public sealed class BaseItemRepository(
return entity; return entity;
} }
private IReadOnlyList<string> GetItemValueNames(ItemValueType[] itemValueTypes, IReadOnlyList<string> withItemTypes, IReadOnlyList<string> excludeItemTypes) private string[] GetItemValueNames(ItemValueType[] itemValueTypes, IReadOnlyList<string> withItemTypes, IReadOnlyList<string> excludeItemTypes)
{ {
using var context = dbProvider.CreateDbContext(); using var context = dbProvider.CreateDbContext();