We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3149a39 commit 1b77e32Copy full SHA for 1b77e32
packages/sequencer/src/sequencer/executor/Sequencer.ts
@@ -75,7 +75,7 @@ export class Sequencer<Modules extends SequencerModulesRecord>
75
// ensure that we start modules based on the order they were resolved.
76
// We iterate through the methods three times:
77
78
- this.useDependencyFactory(this.container.resolve(MethodIdFactory));
+ this.useDependencyFactory(MethodIdFactory);
79
80
// Log startup info
81
const moduleClassNames = Object.values(this.definition.modules).map(
0 commit comments