Skip to content

Commit

Permalink
fix: attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Dec 13, 2024
1 parent cd00778 commit 9b76856
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace Microsoft.Health.Fhir.Liquid.Converter.FunctionalTests
{
// from https://stackoverflow.com/questions/24876082/find-and-return-json-differences-using-newtonsoft-in-c
public static class DiffHelper
{
public static JObject FindDiff(this JToken Current, JToken Model)
Expand Down

0 comments on commit 9b76856

Please sign in to comment.