New reactive core WIP
This commit is contained in:
@@ -73,7 +73,7 @@ public class DeleteCommand : CommandBase, IExecutableCommand
|
||||
{
|
||||
await TraverseTree(
|
||||
currentTime,
|
||||
container.ItemsCollection.Select(i => i.Path),
|
||||
container.Items.Select(i => i.Path),
|
||||
itemDeleters,
|
||||
deleteStrategy
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user