Added ability to modify image of existing items
This commit is contained in:
@@ -15,6 +15,7 @@ public class CreateItemHandler(IImageWriter imageWriter,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
(Guid id, string name, string category, IImageDescriptor? imageDescriptor, ItemConfiguration configuration) = args.Sender;
|
||||
|
||||
try
|
||||
{
|
||||
string content = JsonSerializer.Serialize(configuration);
|
||||
|
||||
Reference in New Issue
Block a user