Skip to content

Commit 8e6fc4c

Browse files
juliusmarmingecodex
andcommitted
Merge origin/main into t3code/greeting
Co-authored-by: codex <codex@users.noreply.github.com>
2 parents 981aeba + a60daa1 commit 8e6fc4c

21 files changed

+2267
-2240
lines changed

apps/server/integration/OrchestrationEngineHarness.integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export const makeOrchestrationIntegrationHarness = (
360360

361361
const scope = yield* Scope.make("sequential");
362362
yield* tryRuntimePromise("start OrchestrationReactor", () =>
363-
runtime.runPromise(reactor.start.pipe(Scope.provide(scope))),
363+
runtime.runPromise(reactor.start().pipe(Scope.provide(scope))),
364364
).pipe(Effect.orDie);
365365
const receiptHistory = yield* Ref.make<ReadonlyArray<OrchestrationRuntimeReceipt>>([]);
366366
yield* Stream.runForEach(runtimeReceiptBus.stream, (receipt) =>

0 commit comments

Comments
 (0)