Skip to content

Commit 9b941f6

Browse files
committed
Fixed compile error
1 parent 42f5f71 commit 9b941f6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

packages/stack/src/scripts/graphql/server.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -206,17 +206,7 @@ export async function startServer() {
206206

207207
Mempool: {},
208208
BatchProducerModule: {},
209-
LocalTaskWorkerModule: {
210-
StateTransitionTask: {},
211-
// SettlementProvingTask: {},
212-
BlockBuildingTask: {},
213-
BlockProvingTask: {},
214-
BlockReductionTask: {},
215-
RuntimeProvingTask: {},
216-
StateTransitionReductionTask: {},
217-
CircuitCompilerTask: {},
218-
WorkerRegistrationTask: {},
219-
},
209+
LocalTaskWorkerModule: VanillaTaskWorkerModules.defaultConfig(),
220210
BaseLayer: {},
221211
TaskQueue: {},
222212

0 commit comments

Comments
 (0)