Skip to content

Commit

Permalink
7.1 Deployment with bug fix for JSON creation (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Mar 27, 2024
2 parents a7cf7f1 + 6e8626e commit 87cdff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File_Adapter/CRUD/Create/CreateJson.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public FSFile CreateJson(FSFile file, PushType pushType, PushConfig pushConfig)
continue;
}

allLines.Add(obj.ToJson() + ",");
allLines.Add(obj.ToJson());
}

if (valueTypesFound)
Expand Down

0 comments on commit 87cdff0

Please sign in to comment.