Skip to content

Commit

Permalink
Append PR links table after epoch transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Oct 1, 2021
1 parent 281e52b commit d398f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netkan/Transformers/NetkanTransformer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ IValidator validator
new AvcKrefTransformer(http, ghApi),
new InternalCkanTransformer(http, moduleService),
new AvcTransformer(http, moduleService, ghApi),
new StagingLinksTransformer(),
new LocalizationsTransformer(http, moduleService),
new VersionEditTransformer(),
new ForcedVTransformer(),
new EpochTransformer(),
new StagingLinksTransformer(),
// This is the "default" VersionedOverrideTransformer for compatibility with overrides that don't
// specify a before or after property.
new VersionedOverrideTransformer(before: new string[] { null }, after: new string[] { null }),
Expand Down

0 comments on commit d398f2e

Please sign in to comment.