Minor tweak
This commit is contained in:
parent
b9d475697f
commit
1be0aff462
|
|
@ -46,7 +46,7 @@ namespace Elsa.Activities.File
|
|||
{
|
||||
var model = (FileSystemEvent)context.Input!;
|
||||
Output = model;
|
||||
return Done(model);
|
||||
return Done(Output);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue