Skip to content

Commit

Permalink
Reconcile compatibility after internal .ckan merge
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Oct 5, 2024
1 parent 8c8a2d0 commit 33e2e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Netkan/Transformers/InternalCkanTransformer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public IEnumerable<Metadata> Transform(Metadata metadata, TransformOptions? opts
json.SafeAdd(property.Name, property.Value);
}

ModuleService.ApplyVersions(json, null, null, null);
json.SafeMerge("resources", internalJson["resources"]);

Log.DebugFormat("Transformed metadata:{0}{1}", Environment.NewLine, json);
Expand Down

0 comments on commit 33e2e79

Please sign in to comment.