Skip to content

Commit 6e6671e

Browse files
committed
Added something - no idea why CI doesnt build
1 parent 9ecf9bd commit 6e6671e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/sequencer/src/worker/worker/LocalTaskWorkerModule.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ export class VanillaTaskWorkerModules {
131131
SettlementProvingTask: {},
132132
CircuitCompilerTask: {},
133133
WorkerRegistrationTask: {},
134-
};
134+
} satisfies ModulesConfig<
135+
ReturnType<typeof VanillaTaskWorkerModules.allTasks>
136+
>;
135137
}
136138
}
137139

0 commit comments

Comments
 (0)