Skip to content

Commit

Permalink
fix processing package blueprints twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPawelec-RDX committed Oct 23, 2024
1 parent 5528730 commit 1645895
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ private async Task<ExtendLedgerReport> ProcessTransactions(ReadWriteDbContext db
new EntityRoleAssignmentProcessor(processorContext),
new PackageCodeProcessor(processorContext),
new PackageBlueprintProcessor(processorContext, referencedEntities),
new PackageBlueprintProcessor(processorContext, referencedEntities),
new AccountAuthorizedDepositorsProcessor(processorContext, referencedEntities),
new AccountResourcePreferenceRulesProcessor(processorContext, referencedEntities),
new AccountDefaultDepositRuleProcessor(processorContext),
Expand Down

0 comments on commit 1645895

Please sign in to comment.