Minor tweak

This commit is contained in:
Cameron Cowen 2021-09-10 23:29:46 +01:00
parent b9d475697f
commit 1be0aff462

View file

@ -46,7 +46,7 @@ namespace Elsa.Activities.File
{
var model = (FileSystemEvent)context.Input!;
Output = model;
return Done(model);
return Done(Output);
}
}
}