Skip to content

Commit 1b77e32

Browse files
committed
Fixed compile error
1 parent 3149a39 commit 1b77e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sequencer/src/sequencer/executor/Sequencer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class Sequencer<Modules extends SequencerModulesRecord>
7575
// ensure that we start modules based on the order they were resolved.
7676
// We iterate through the methods three times:
7777

78-
this.useDependencyFactory(this.container.resolve(MethodIdFactory));
78+
this.useDependencyFactory(MethodIdFactory);
7979

8080
// Log startup info
8181
const moduleClassNames = Object.values(this.definition.modules).map(

0 commit comments

Comments
 (0)