Skip to content

Commit

Permalink
undo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara committed Oct 17, 2024
1 parent 6293807 commit 4a33616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer/src/services/bundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class Processor extends BaseIndexer {
await assignCanceledEventToBundle(bundleRepository, logger);
await assignBundleRangesToProposal(bundleRepository, logger);
await assignExecutionsToBundle(bundleRepository, logger);
// await assignBundleExecutedStatus(bundleRepository, logger);
await assignBundleExecutedStatus(bundleRepository, logger);
await assignSpokePoolEventsToExecutedBundles(
bundleRepository,
hubPoolClientFactory,
Expand Down

0 comments on commit 4a33616

Please sign in to comment.