Skip to content

Commit

Permalink
nit: remove unused variable (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
  • Loading branch information
james-a-morris authored Oct 4, 2024
1 parent c9e7da4 commit db062e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export async function Main(config: parseEnv.Config, logger: winston.Logger) {
at: "Indexer#Main",
});
// start all indexers in parallel, will wait for them to complete, but they all loop independently
const [bundleResults, hubPoolResult, ...spokeResults] =
const [bundleResults, ...spokeResults] =
await Promise.allSettled([
bundleProcessor.start(10),
...spokePoolIndexers.map((s) => s.start(10)),
Expand Down

0 comments on commit db062e9

Please sign in to comment.