Skip to content

Commit

Permalink
fixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedmachinator committed Jan 18, 2024
1 parent e180695 commit b82bbc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public static IFlow SerializeToLocalJsonFile<T>(this IFlow builder, string targe
{
return builder.ExecuteProcess(() => new SerializeToJsonFileJob<T>()
{
Data = data,
Overwrite = true,
Encoding = customEncoding ?? Encoding.UTF8,
SinkProvider = new LocalFileSinkProvider()
Expand Down

0 comments on commit b82bbc1

Please sign in to comment.